diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 5646ef92..77a92721 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -13,7 +13,7 @@ jobs: uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. - version: v1.53.3 + version: v1.60.2 go-test: name: Verify go tests runs-on: ubuntu-latest @@ -23,7 +23,7 @@ jobs: - name: Setup golang uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4 with: - go-version: '1.20.5' + go-version: v1.60.2 - name: Print go version run: go version - name: Execute go tests @@ -45,7 +45,7 @@ jobs: - name: Setup golang uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4 with: - go-version: '1.20.5' + go-version: v1.60.2 - name: Verify tilt ci run: | TILT_ALLOW_CONTEXT=kind-chart-testing \