chore: Update Go version to 1.22.6 in GitHub workflows and go.mod

Signed-off-by: yxxhero <aiopsclub@163.com>
pull/13263/head
yxxhero 1 year ago
parent 109dbe7c18
commit 4a8aa35277

@ -17,7 +17,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # pin@5.0.2
with:
go-version: '1.22'
go-version-file: 'go.mod'
- name: Test source headers are present
run: make test-source-headers
- name: Run unit tests

@ -15,7 +15,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # pin@5.0.2
with:
go-version: "1.22"
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 #pin@6.1.0
with:

@ -25,7 +25,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # pin@5.0.2
with:
go-version: '1.22'
go-version-file: 'go.mod'
- name: Run unit tests
run: make test-coverage
@ -81,7 +81,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # pin@5.0.2
with:
go-version: '1.22'
go-version-file: 'go.mod'
- name: Run unit tests
run: make test-coverage

@ -1,6 +1,6 @@
module helm.sh/helm/v3
go 1.22.0
go 1.22.6
require (
github.com/BurntSushi/toml v1.3.2

Loading…
Cancel
Save