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:
parent
f3d2a72abd
commit
3e6d25417d
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user