Przeglądaj źródła

Update update-deps target

tags/v1.0.11
9seconds 4 lat temu
rodzic
commit
981ffb0dbe
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2
    2
      Makefile

+ 2
- 2
Makefile Wyświetl plik

96
 	@$(GOTOOL) go install mvdan.cc/gofumpt@latest
96
 	@$(GOTOOL) go install mvdan.cc/gofumpt@latest
97
 
97
 
98
 .PHONY: update-deps
98
 .PHONY: update-deps
99
-upgrade-deps:
100
-	$go get -u && go mod tidy
99
+update-deps:
100
+	@go get -u && go mod tidy -go=1.18

Ładowanie…
Anuluj
Zapisz