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:
Quan TRAN 2021-05-08 10:37:58 +02:00 committed by GitHub
parent 58954109fb
commit e39a0b3639
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View File

@ -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:

View File

@ -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

View File

@ -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