Skip to content

Commit

Permalink
Upgrade golangci-lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aruiz14 authored and manno committed Jan 15, 2024
1 parent 53fd47f commit 07457dd
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/[email protected]
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 07457dd

Please sign in to comment.