mirror of
https://github.com/gonum/gonum.git
synced 2025-12-24 13:47:56 +08:00
ci: bump golangci-lint versions
This commit is contained in:
4
.github/workflows/golangci-lint.yml
vendored
4
.github/workflows/golangci-lint.yml
vendored
@@ -8,9 +8,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v2.3.0
|
||||
uses: golangci/golangci-lint-action@v2.5.2
|
||||
with:
|
||||
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
|
||||
version: v1.34
|
||||
version: v1.44.2
|
||||
only-new-issues: true
|
||||
args: --timeout=5m
|
||||
|
||||
Reference in New Issue
Block a user