Skip to content

Commit

Permalink
update Go to 1.18 and kind to 0.12.0 (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato authored Apr 19, 2022
1 parent 91363ae commit c6af038
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 115 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: Setup go
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
with:
go-version: 1.17.x
go-version: 1.18.x

- uses: azure/setup-helm@18bc76811624f360dbd7f18c2d4ecb32c7b87bab # v1.1
with:
version: v3.8.1
version: v3.8.2

- name: Install tools
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2.2.0
with:
go-version: 1.17.x
go-version: 1.18.x

- name: Install tools
run: |
Expand Down
4 changes: 2 additions & 2 deletions examples/kind/test/e2e-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ set -o nounset
set -o pipefail

readonly CT_VERSION=v3.4.0
readonly KIND_VERSION=v0.7.0
readonly KIND_VERSION=v0.12.0
readonly CLUSTER_NAME=chart-testing
readonly K8S_VERSION=v1.17.0
readonly K8S_VERSION=v1.22.7

run_ct_container() {
echo 'Running ct container...'
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/helm/chart-testing/v3

go 1.17
go 1.18

require (
github.com/MakeNowJust/heredoc v1.0.0
Expand Down
Loading

0 comments on commit c6af038

Please sign in to comment.