1
0
mirror of https://github.com/rancher/steve.git synced 2025-04-27 11:00:48 +00:00

Pin golangci by commit ID rather than version tag

Co-authored-by: Tom Lebreux <me@tomlebreux.com>
This commit is contained in:
nflynt 2024-05-28 10:13:21 -04:00 committed by GitHub
parent f3d2a72abd
commit 3e6d25417d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ jobs:
- name: Install mockgen
run: go install github.com/golang/mock/mockgen@v1.6.0
- name: Install golangci-lint
uses: golangci/golangci-lint-action@v6
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
with:
version: v1.57.1
- name: Build