fix: change version for lint to latest
Some checks failed
Go CI Pipeline / ci (push) Successful in 24s
Release Builds / build (darwin, macos-latest) (push) Failing after 28s
Release Builds / build (linux, ubuntu-latest) (push) Failing after 20s
Release Builds / build (windows, windows-latest) (push) Failing after 31s

This commit is contained in:
Patryk Hegenberg 2025-06-04 14:03:35 +02:00
parent 63c0b0c953
commit 3b4835026f

View file

@ -20,7 +20,7 @@ jobs:
- name: Install golangci-lint - name: Install golangci-lint
run: | run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.12.0 curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin latest
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- name: Run golangci-lint - name: Run golangci-lint
run: golangci-lint run run: golangci-lint run