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:
docker:
- image: circleci/golang:1.13.3
- image: circleci/golang:1.13.4
environment:
GOPATH: /go
working_directory: /home/circleci/workspace/helmfile
@ -26,7 +26,7 @@ jobs:
- .
image:
docker:
- image: circleci/golang:1.13.3
- image: circleci/golang:1.13.4
working_directory: /home/circleci/workspace/helmfile
steps:
- checkout
@ -43,7 +43,7 @@ jobs:
image_helm3:
docker:
- image: circleci/golang:1.13.3
- image: circleci/golang:1.13.4
working_directory: /home/circleci/workspace/helmfile
steps:
- checkout
@ -62,7 +62,7 @@ jobs:
environment:
GOPATH: /go
docker:
- image: circleci/golang:1.13.3
- image: circleci/golang:1.13.4
working_directory: /home/circleci/workspace/helmfile
steps:
- checkout
@ -169,7 +169,7 @@ jobs:
release:
docker:
- image: circleci/golang:1.13.3
- image: circleci/golang:1.13.4
working_directory: /home/circleci/workspace/helmfile
steps:
- 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
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
WORKDIR /workspace/helmfile