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 b15a00a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.16
- name: Checkout Repo
uses: actions/checkout@v3
- 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 b15a00a

Please sign in to comment.