Skip to content

Commit

Permalink
[FIX] Update golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ruiztulio committed Oct 18, 2024
1 parent 0ec8038 commit b3ca668
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v1.54
skip-go-installation: true
version: v1.60
skip-cache: true

0 comments on commit b3ca668

Please sign in to comment.