mirror of
https://github.com/rancher/steve.git
synced 2025-04-28 11:14:43 +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
|
- name: Install mockgen
|
||||||
run: go install github.com/golang/mock/mockgen@v1.6.0
|
run: go install github.com/golang/mock/mockgen@v1.6.0
|
||||||
- name: Install golangci-lint
|
- name: Install golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v6
|
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
|
||||||
with:
|
with:
|
||||||
version: v1.57.1
|
version: v1.57.1
|
||||||
- name: Build
|
- name: Build
|
||||||
|
Loading…
Reference in New Issue
Block a user