Skip to content

Commit

Permalink
Upgrade golangci-lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aruiz14 committed Jan 12, 2024
1 parent b4a5b24 commit 1b6a444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
submodules: recursive

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
check-latest: true
Expand All @@ -29,7 +29,7 @@ jobs:
uses: golangci/golangci-lint-action@v3.7.0
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
version: v1.55

args: --timeout=10m --config=.golangci.json

Expand Down

0 comments on commit 1b6a444

Please sign in to comment.