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

And back out that golangci-lint change

This commit is contained in:
Eric Promislow 2025-04-23 14:14:08 -07:00
parent 5e67a1966d
commit eb65b0f143

View File

@ -24,7 +24,7 @@ jobs:
- name: Install golangci-lint
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
with:
version: v1.60.3
version: v1.54.0
- name: Build
run: make build-bin
- name: Test