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

Fixing validate script

This commit is contained in:
Michael Bolot 2024-03-22 15:56:00 -05:00
parent b77040f74e
commit c52c626b0e

View File

@ -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