Skip to content

Commit

Permalink
ci: update go lint to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhan005 committed Mar 6, 2024
1 parent c39007f commit 60c8bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.21.x
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.49.0
version: v4.0.0
args: --timeout=10m
- name: Check Go module tidiness
shell: bash
Expand Down

0 comments on commit 60c8bc9

Please sign in to comment.