Explorar el Código

Update update-deps target

tags/v1.0.11
9seconds hace 4 años
padre
commit
981ffb0dbe
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      Makefile

+ 2
- 2
Makefile Ver fichero

@@ -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…
Cancelar
Guardar