mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-11-24 14:35:47 +00:00
switch to golanglint v2 in the ci
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
1003a71a7e
commit
7b5721904c
5
.github/workflows/audit.yaml
vendored
5
.github/workflows/audit.yaml
vendored
@ -173,8 +173,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: "1.22"
|
go-version: "1.22"
|
||||||
|
|
||||||
- name: Install golangci-lint
|
- name: Install golangci-lint v2
|
||||||
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
|
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v2.0.0 # Replace with the desired v2 version
|
||||||
|
|
||||||
|
|
||||||
- name: Run golangci-lint
|
- name: Run golangci-lint
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user