diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9cb96320..d436203a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,9 +18,9 @@ jobs: with: go-version: '1.26' - name: Run golangci-lint - uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2 + uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0 with: - version: v1.64.8 + version: v2.9.0 install-mode: goinstall - name: Run CI run: make build test diff --git a/go.mod b/go.mod index e40b6140..c52c9409 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/rancher/norman -go 1.25.0 +go 1.26.0 -toolchain go1.25.14 +toolchain go1.26.8 require ( github.com/ghodss/yaml v1.0.0