Upgrade to go v1.13.3 (#903)
This commit is contained in:
parent
4294a5de06
commit
9990242d60
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue