fixed install path

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2025-05-02 13:04:39 +02:00
parent 7b5721904c
commit eb1f6c1a2f
No known key found for this signature in database

View File

@ -174,7 +174,7 @@ jobs:
go-version: "1.22"
- 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