Upgrade to go v1.13.1 (#880)
This commit is contained in:
parent
2264da3ac9
commit
76b3a17427
|
|
@ -4,7 +4,7 @@ jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.12.4
|
- image: circleci/golang:1.13.1
|
||||||
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.12.4
|
- image: circleci/golang:1.13.1
|
||||||
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.12.4
|
- image: circleci/golang:1.13.1
|
||||||
working_directory: /home/circleci/workspace/helmfile
|
working_directory: /home/circleci/workspace/helmfile
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:1.12.4-alpine3.9 as builder
|
FROM golang:1.13.1-alpine3.10 as builder
|
||||||
|
|
||||||
RUN apk add --no-cache make git
|
RUN apk add --no-cache make git
|
||||||
WORKDIR /workspace/helmfile
|
WORKDIR /workspace/helmfile
|
||||||
|
|
@ -7,7 +7,7 @@ RUN make static-linux
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
FROM alpine:3.8
|
FROM alpine:3.10
|
||||||
|
|
||||||
RUN apk add --no-cache ca-certificates git bash curl jq
|
RUN apk add --no-cache ca-certificates git bash curl jq
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue