Sfoglia il codice sorgente

Update update-deps target

tags/v1.0.11
9seconds 4 anni fa
parent
commit
981ffb0dbe
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      Makefile

+ 2
- 2
Makefile Vedi File

@@ -96,5 +96,5 @@ install-tools-gofumpt: .bin
96 96
 	@$(GOTOOL) go install mvdan.cc/gofumpt@latest
97 97
 
98 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

Loading…
Annulla
Salva