Skip to content
Prev Previous commit
Next Next commit
run go mod tidy before golangci-lint
Signed-off-by: Henry Li <[email protected]>
  • Loading branch information
bitscuit committed Aug 23, 2024
commit 038173dcc60026c1ad7e839b80d1346ce5ed0c53
2 changes: 1 addition & 1 deletion common/scripts/lint_go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
# limitations under the License.
#

go get ./...
go mod tidy
GOGC=25 golangci-lint run -c ./common/config/.golangci.yml --timeout=30s