Skip to content

Commit

Permalink
upgrade to go 1.23
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato committed Nov 4, 2024
1 parent a6947de commit 2d98129
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
check-latest: true

- uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
with:
version: v3.14.4

- name: Install GoReleaser
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
Expand Down Expand Up @@ -111,4 +109,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
with:
version: v1.57
version: v1.61
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/helm/chart-testing/v3

go 1.22.0

toolchain go1.22.4
go 1.23

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

0 comments on commit 2d98129

Please sign in to comment.