Update the Go version to 1.22

This change is to update the go version from 1.21 to 1.22 and the golangci-lint from 1.55 to 1.56.

Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
pull/12857/head
Robert Sirchia 2 years ago
parent 15d116b854
commit e521dc6d65

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

@ -19,4 +19,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc #pin@3.7.0
with:
version: v1.55
version: v1.56

@ -25,7 +25,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # pin@5.0.0
with:
go-version: '1.21'
go-version: '1.22'
- name: Run unit tests
run: make test-coverage
@ -81,7 +81,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # pin@5.0.0
with:
go-version: '1.21'
go-version: '1.22'
- name: Run unit tests
run: make test-coverage

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

Loading…
Cancel
Save