mirror of
https://github.com/gogf/gf.git
synced 2025-04-05 11:18:50 +08:00
fix(ci): golangci-lint failed after upgrading go version to 1.24 (#4158)
This commit is contained in:
parent
42d8845d35
commit
01593ad8b6
3
.github/workflows/golangci-lint.yml
vendored
3
.github/workflows/golangci-lint.yml
vendored
@ -30,6 +30,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [ 'stable' ]
|
go-version: [ 'stable' ]
|
||||||
|
|
||||||
name: golang-ci-lint
|
name: golang-ci-lint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -43,7 +44,7 @@ jobs:
|
|||||||
uses: golangci/golangci-lint-action@v6
|
uses: golangci/golangci-lint-action@v6
|
||||||
with:
|
with:
|
||||||
# Required: specify the golangci-lint version without the patch version to always use the latest patch.
|
# 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
|
only-new-issues: true
|
||||||
skip-cache: true
|
skip-cache: true
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user