Skip to content

Commit

Permalink
update golangci lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRoesler authored Jul 8, 2024
1 parent 31a5b30 commit 9b87272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.7.0
uses: golangci/golangci-lint-action@v6.0.1
with:
version: v1.51.2
version: v1.55.2
- name: Install Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 9b87272

Please sign in to comment.