Skip to content

Commit

Permalink
Update golangci-lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
quackduck authored Dec 1, 2023
1 parent 91ecf4f commit 0a2e4ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
with:
go-version: '>=1.18.0'
check-latest: true
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3.7
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest
Expand Down

0 comments on commit 0a2e4ec

Please sign in to comment.