Skip to content

Commit

Permalink
fix(ci): golangci-lint failed after upgrading go version to 1.24 (#4158)
Browse files Browse the repository at this point in the history
  • Loading branch information
gqcn authored Feb 14, 2025
1 parent 42d8845 commit 01593ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
strategy:
matrix:
go-version: [ 'stable' ]

name: golang-ci-lint
runs-on: ubuntu-latest
steps:
Expand All @@ -43,7 +44,7 @@ jobs:
uses: golangci/golangci-lint-action@v6
with:
# Required: specify the golangci-lint version without the patch version to always use the latest patch.
version: v1.62.2
version: v1.64.5
only-new-issues: true
skip-cache: true
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 01593ad

Please sign in to comment.