Skip to content

Commit

Permalink
Set golangci-lint to 1.54.2 (latest is broken) (#1046)
Browse files Browse the repository at this point in the history
* Set golangci-lint to 1.54.2 (latest is broken)

* Testing golangci-lint latest (1.57.1)
  • Loading branch information
rockdaboot committed Apr 16, 2024
1 parent 2c5df87 commit 1a002d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
go-version: "1.22.x"
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: latest

Expand Down

0 comments on commit 1a002d0

Please sign in to comment.