We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f52aa commit a1a937aCopy full SHA for a1a937a
hack/make/go.mk
@@ -184,12 +184,12 @@ mod/install/static: ## Install the module vendor package as an object file with
184
185
.PHONY: mod/update
186
mod/update: mod/goget mod/tidy mod/vendor mod/install ## Updates all of vendor packages.
187
- @sed -i ':a;N;$$!ba;s|go 1\.12\n\n||g' go.mod
+ @GO111MODULE=on go mod edit -go 1.12
188
189
.PHONY: mod
190
mod: mod/init mod/tidy mod/vendor mod/install
191
mod: ## Updates the vendoring directory using go mod.
192
193
194
195
## clean
0 commit comments