Skip to content

Commit

Permalink
Set golangci-lint to 1.54.2 (latest is broken)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockdaboot committed Mar 8, 2024
1 parent a5dc5d1 commit cc80dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
go-version: "1.21.x"
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: latest
version: 1.54.2

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cc80dc9

Please sign in to comment.