bump Go to 1.16.3 and cover helm 3.5.4 (#1825)
* bump go to 1.16.3 * add helm 3.5.4 to integration tests
This commit is contained in:
parent
58954109fb
commit
e39a0b3639
|
|
@ -4,7 +4,7 @@ jobs:
|
|||
|
||||
build:
|
||||
docker:
|
||||
- image: circleci/golang:1.14.2
|
||||
- image: circleci/golang:1.16.3
|
||||
environment:
|
||||
GOPATH: /go
|
||||
working_directory: /home/circleci/workspace/helmfile
|
||||
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
- .
|
||||
image:
|
||||
docker:
|
||||
- image: circleci/golang:1.14.2
|
||||
- image: circleci/golang:1.16.3
|
||||
working_directory: /home/circleci/workspace/helmfile
|
||||
steps:
|
||||
- checkout
|
||||
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
|
||||
image_helm3:
|
||||
docker:
|
||||
- image: circleci/golang:1.14.2
|
||||
- image: circleci/golang:1.16.3
|
||||
working_directory: /home/circleci/workspace/helmfile
|
||||
steps:
|
||||
- checkout
|
||||
|
|
@ -63,7 +63,7 @@ jobs:
|
|||
environment:
|
||||
GOPATH: /go
|
||||
docker:
|
||||
- image: circleci/golang:1.14.2
|
||||
- image: circleci/golang:1.16.3
|
||||
working_directory: /home/circleci/workspace/helmfile
|
||||
steps:
|
||||
- checkout
|
||||
|
|
@ -120,7 +120,7 @@ jobs:
|
|||
|
||||
release:
|
||||
docker:
|
||||
- image: circleci/golang:1.14.2
|
||||
- image: circleci/golang:1.16.3
|
||||
working_directory: /home/circleci/workspace/helmfile
|
||||
steps:
|
||||
- checkout
|
||||
|
|
@ -149,7 +149,7 @@ workflows:
|
|||
- build
|
||||
matrix:
|
||||
parameters:
|
||||
helm-version: ["v2.17.0", "v3.4.2"]
|
||||
helm-version: ["v2.17.0", "v3.4.2", "v3.5.4"]
|
||||
- release:
|
||||
filters:
|
||||
branches:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.14.2-alpine3.11 as builder
|
||||
FROM golang:1.16.3-alpine3.13 as builder
|
||||
|
||||
RUN apk add --no-cache make git
|
||||
WORKDIR /workspace/helmfile
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.14.2-alpine3.11 as builder
|
||||
FROM golang:1.16.3-alpine3.13 as builder
|
||||
|
||||
RUN apk add --no-cache make git
|
||||
WORKDIR /workspace/helmfile
|
||||
|
|
|
|||
Loading…
Reference in New Issue