Consider test modules for update-deps

This commit is contained in:
9seconds
2022-03-11 17:23:53 +03:00
parent 8ea1aa3f5e
commit 880dd04728
3 changed files with 111 additions and 52 deletions
+1 -1
View File
@@ -95,4 +95,4 @@ install-tools-goreleaser: .bin
.PHONY: update-deps
update-deps:
@go get -u && go mod tidy -go=1.17
@go get -u -t && go mod tidy -go=1.17