瀏覽代碼

Update update-deps target

tags/v1.0.11
9seconds 4 年之前
父節點
當前提交
981ffb0dbe
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      Makefile

+ 2
- 2
Makefile 查看文件

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

Loading…
取消
儲存