Skip to content

Commit

Permalink
Update dependency golangci/golangci-lint to v1.54.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2023
1 parent b77df33 commit e37b256
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@3a919529898de77ec3da873e3063ca4b10e7f5cc # 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.54.2
args: --timeout=5m
test:
name: Verify go test
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Setup golang
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
with:
go-version: '1.17.0'
go-version: v1.54.2
- name: Print go version
run: go version
- name: Execute go tests
Expand Down

0 comments on commit e37b256

Please sign in to comment.