Ver código fonte

Update update-deps target

tags/v1.0.11
9seconds 4 anos atrás
pai
commit
981ffb0dbe
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      Makefile

+ 2
- 2
Makefile Ver arquivo

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

Carregando…
Cancelar
Salvar