1
0
mirror of https://github.com/rancher/steve.git synced 2025-04-26 18:40:59 +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
set -e
go generate ./..
go generate ./...
golangci-lint run
go mod tidy
go mod verify