Skip to content

Commit

Permalink
Upgrade linter action
Browse files Browse the repository at this point in the history
  • Loading branch information
iamwavecut authored Mar 13, 2024
1 parent f911145 commit c1ceff0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- uses: actions/checkout@v3
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
install-mode: binary
version: latest
only-new-issues: true

0 comments on commit c1ceff0

Please sign in to comment.