mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-11-23 22:15: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:
|
||||
go-version: "1.22"
|
||||
|
||||
- name: Install golangci-lint
|
||||
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
|
||||
- name: Install golangci-lint v2
|
||||
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v2.0.0 # Replace with the desired v2 version
|
||||
|
||||
|
||||
- name: Run golangci-lint
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user