mirror of
https://github.com/libp2p/go-libp2p.git
synced 2025-09-26 20:21:26 +08:00
ci: update golangci-lint version (#3282)
Co-authored-by: Piotr Galar <piotr.galar@gmail.com>
This commit is contained in:
8
.github/workflows/go-check.yml
vendored
8
.github/workflows/go-check.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
matrix:
|
||||
go: [ "1.23.x", "1.24.x" ]
|
||||
env:
|
||||
GOLANGCI_LINT_VERSION: v2.0.2
|
||||
GOLANGCI_LINT_VERSION: v2.1.0
|
||||
name: golangci-lint (Go ${{ matrix.go }})
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@@ -35,14 +35,14 @@ jobs:
|
||||
with:
|
||||
go-version: ${{ matrix.go }}
|
||||
- name: golangci-lint (Linux)
|
||||
uses: golangci/golangci-lint-action@v7
|
||||
uses: golangci/golangci-lint-action@v8
|
||||
with:
|
||||
args: --timeout=5m
|
||||
version: ${{ env.GOLANGCI_LINT_VERSION }}
|
||||
only-new-issues: true
|
||||
- name: golangci-lint (Windows)
|
||||
if: success() || failure() # run this step even if the previous one failed
|
||||
uses: golangci/golangci-lint-action@v7
|
||||
uses: golangci/golangci-lint-action@v8
|
||||
env:
|
||||
GOOS: "windows"
|
||||
with:
|
||||
@@ -51,7 +51,7 @@ jobs:
|
||||
only-new-issues: true
|
||||
- name: golangci-lint (OSX)
|
||||
if: success() || failure() # run this step even if the previous one failed
|
||||
uses: golangci/golangci-lint-action@v7
|
||||
uses: golangci/golangci-lint-action@v8
|
||||
env:
|
||||
GOOS: "darwin"
|
||||
with:
|
||||
|
Reference in New Issue
Block a user