Bump go to 1.12.1 (#542)

This commit is contained in:
KUOKA Yusuke 2019-04-08 20:47:36 +09:00 committed by GitHub
parent 8a13999de3
commit f53c66749e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ jobs:
build:
docker:
- image: circleci/golang:1.11.2
- image: circleci/golang:1.12.1
working_directory: /go/src/github.com/roboll/helmfile
steps:
- checkout
@ -16,7 +16,7 @@ jobs:
test:
docker:
- image: circleci/golang:1.11.2
- image: circleci/golang:1.12.1
working_directory: /go/src/github.com/roboll/helmfile
steps:
- checkout
@ -74,7 +74,7 @@ jobs:
release:
docker:
- image: circleci/golang:1.11.2
- image: circleci/golang:1.12.1
working_directory: /go/src/github.com/roboll/helmfile
steps:
- checkout

View File

@ -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
WORKDIR /go/src/github.com/roboll/helmfile/