chore(deps): upgrade to go v1.13.4 (#935)

This commit is contained in:
chenrui 2019-11-05 17:56:15 -05:00 committed by KUOKA Yusuke
parent d0dd4a29af
commit dad8e72bc5
3 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@ jobs:
build: build:
docker: docker:
- image: circleci/golang:1.13.3 - image: circleci/golang:1.13.4
environment: environment:
GOPATH: /go GOPATH: /go
working_directory: /home/circleci/workspace/helmfile working_directory: /home/circleci/workspace/helmfile
@ -26,7 +26,7 @@ jobs:
- . - .
image: image:
docker: docker:
- image: circleci/golang:1.13.3 - image: circleci/golang:1.13.4
working_directory: /home/circleci/workspace/helmfile working_directory: /home/circleci/workspace/helmfile
steps: steps:
- checkout - checkout
@ -43,7 +43,7 @@ jobs:
image_helm3: image_helm3:
docker: docker:
- image: circleci/golang:1.13.3 - image: circleci/golang:1.13.4
working_directory: /home/circleci/workspace/helmfile working_directory: /home/circleci/workspace/helmfile
steps: steps:
- checkout - checkout
@ -62,7 +62,7 @@ jobs:
environment: environment:
GOPATH: /go GOPATH: /go
docker: docker:
- image: circleci/golang:1.13.3 - image: circleci/golang:1.13.4
working_directory: /home/circleci/workspace/helmfile working_directory: /home/circleci/workspace/helmfile
steps: steps:
- checkout - checkout
@ -169,7 +169,7 @@ jobs:
release: release:
docker: docker:
- image: circleci/golang:1.13.3 - image: circleci/golang:1.13.4
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.3-alpine3.10 as builder FROM golang:1.13.4-alpine3.10 as builder
RUN apk add --no-cache make git RUN apk add --no-cache make git
WORKDIR /workspace/helmfile WORKDIR /workspace/helmfile

View File

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