mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-11-23 22:15:47 +00:00
fixed install path
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
7b5721904c
commit
eb1f6c1a2f
2
.github/workflows/audit.yaml
vendored
2
.github/workflows/audit.yaml
vendored
@ -174,7 +174,7 @@ jobs:
|
|||||||
go-version: "1.22"
|
go-version: "1.22"
|
||||||
|
|
||||||
- name: Install golangci-lint v2
|
- 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
|
run: go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.1.5 # Replace with the desired v2 version
|
||||||
|
|
||||||
|
|
||||||
- name: Run golangci-lint
|
- name: Run golangci-lint
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user