Upgrade to go v1.13.3 (#903)

This commit is contained in:
chenrui 2019-10-22 16:25:19 -04:00 committed by KUOKA Yusuke
parent 4294a5de06
commit 9990242d60
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ jobs:
build:
docker:
- image: circleci/golang:1.13.1
- image: circleci/golang:1.13.3
environment:
GOPATH: /go
working_directory: /home/circleci/workspace/helmfile
@ -29,7 +29,7 @@ jobs:
environment:
GOPATH: /go
docker:
- image: circleci/golang:1.13.1
- image: circleci/golang:1.13.3
working_directory: /home/circleci/workspace/helmfile
steps:
- checkout
@ -91,7 +91,7 @@ jobs:
release:
docker:
- image: circleci/golang:1.13.1
- image: circleci/golang:1.13.3
working_directory: /home/circleci/workspace/helmfile
steps:
- checkout

View File

@ -1,4 +1,4 @@
FROM golang:1.13.1-alpine3.10 as builder
FROM golang:1.13.3-alpine3.10 as builder
RUN apk add --no-cache make git
WORKDIR /workspace/helmfile