Bump go to 1.12.1 (#542)
This commit is contained in:
		
							parent
							
								
									8a13999de3
								
							
						
					
					
						commit
						f53c66749e
					
				| 
						 | 
					@ -4,7 +4,7 @@ jobs:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  build:
 | 
					  build:
 | 
				
			||||||
    docker:
 | 
					    docker:
 | 
				
			||||||
      - image: circleci/golang:1.11.2
 | 
					      - image: circleci/golang:1.12.1
 | 
				
			||||||
    working_directory: /go/src/github.com/roboll/helmfile
 | 
					    working_directory: /go/src/github.com/roboll/helmfile
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - checkout
 | 
					      - checkout
 | 
				
			||||||
| 
						 | 
					@ -16,7 +16,7 @@ jobs:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  test:
 | 
					  test:
 | 
				
			||||||
    docker:
 | 
					    docker:
 | 
				
			||||||
      - image: circleci/golang:1.11.2
 | 
					      - image: circleci/golang:1.12.1
 | 
				
			||||||
    working_directory: /go/src/github.com/roboll/helmfile
 | 
					    working_directory: /go/src/github.com/roboll/helmfile
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - checkout
 | 
					      - checkout
 | 
				
			||||||
| 
						 | 
					@ -74,7 +74,7 @@ jobs:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  release:
 | 
					  release:
 | 
				
			||||||
    docker:
 | 
					    docker:
 | 
				
			||||||
      - image: circleci/golang:1.11.2
 | 
					      - image: circleci/golang:1.12.1
 | 
				
			||||||
    working_directory: /go/src/github.com/roboll/helmfile
 | 
					    working_directory: /go/src/github.com/roboll/helmfile
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
    - checkout
 | 
					    - checkout
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
FROM golang:1.11.2-alpine3.8 as builder
 | 
					FROM golang:1.12.1-alpine3.8 as builder
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN apk add --no-cache make git
 | 
					RUN apk add --no-cache make git
 | 
				
			||||||
WORKDIR /go/src/github.com/roboll/helmfile/
 | 
					WORKDIR /go/src/github.com/roboll/helmfile/
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue