Skip to content

Commit

Permalink
Update dependency golangci/golangci-lint to v1.60.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 20, 2024
1 parent 5ed6819 commit f1420f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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 \
Expand Down

0 comments on commit f1420f3

Please sign in to comment.