mirror of
https://github.com/rancher/steve.git
synced 2025-04-27 19:05:09 +00:00
Fixing validate script
This commit is contained in:
parent
b77040f74e
commit
c52c626b0e
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
go generate ./..
|
go generate ./...
|
||||||
golangci-lint run
|
golangci-lint run
|
||||||
go mod tidy
|
go mod tidy
|
||||||
go mod verify
|
go mod verify
|
||||||
|
Loading…
Reference in New Issue
Block a user