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: build:
docker: docker:
- image: circleci/golang:1.13.1 - image: circleci/golang:1.13.3
environment: environment:
GOPATH: /go GOPATH: /go
working_directory: /home/circleci/workspace/helmfile working_directory: /home/circleci/workspace/helmfile
@ -29,7 +29,7 @@ jobs:
environment: environment:
GOPATH: /go GOPATH: /go
docker: docker:
- image: circleci/golang:1.13.1 - image: circleci/golang:1.13.3
working_directory: /home/circleci/workspace/helmfile working_directory: /home/circleci/workspace/helmfile
steps: steps:
- checkout - checkout
@ -91,7 +91,7 @@ jobs:
release: release:
docker: docker:
- image: circleci/golang:1.13.1 - image: circleci/golang:1.13.3
working_directory: /home/circleci/workspace/helmfile working_directory: /home/circleci/workspace/helmfile
steps: steps:
- checkout - 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 RUN apk add --no-cache make git
WORKDIR /workspace/helmfile WORKDIR /workspace/helmfile