Fixing issues as per feedback

Moved go.mod back to 1.21 due to code ql and actually changing the version of go in golangci-lint.

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

@ -15,7 +15,7 @@ jobs:
- name: Setup Go - name: Setup Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # pin@4.1.0 uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # pin@4.1.0
with: with:
go-version: "1.21" go-version: "1.22"
- name: golangci-lint - name: golangci-lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc #pin@3.7.0 uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc #pin@3.7.0
with: with:

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

Loading…
Cancel
Save