Skip to content

Commit

Permalink
Update dependency golangci/golangci-lint to v1.63.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 5, 2025
1 parent 63a9521 commit 6159367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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@5c56cd6c9dc07901af25baab6f2b0d9f3b7c3018 # renovate: tag=v2
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.44.1
version: v1.63.4
go-test:
name: Verify go tests
runs-on: ubuntu-latest
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Setup golang
uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # renovate: tag=v2
with:
go-version: '1.17.7'
go-version: v1.63.4
- name: Print go version
run: go version
- name: Execute go tests
Expand Down

0 comments on commit 6159367

Please sign in to comment.