Skip to content

Commit

Permalink
update lint GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
sp-yduck committed Feb 1, 2025
1 parent 141e197 commit 543f8ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.20.5
go-version: 1.22.10
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.4.0
uses: golangci/golangci-lint-action@v6.2.0
with:
version: v1.53.3
version: v1.54.0
args: --timeout 5m

0 comments on commit 543f8ed

Please sign in to comment.