Skip to content

Commit

Permalink
GH Actions: bump golangci/golangci-lint-action to v5 (was v4)
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed May 3, 2024
1 parent 47c8778 commit c370079
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,11 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: '1.21'
cache: false

- run: go mod download

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v5
with:
version: v1.54
args: -c .golangci.yml

0 comments on commit c370079

Please sign in to comment.