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.
go install
go get
1 parent ad0e8a6 commit 4a97b61Copy full SHA for 4a97b61
hack/verify-toc.sh
@@ -38,7 +38,7 @@ trap exitHandler EXIT
38
# perform go get in a temp dir as we are not tracking this version in a go module
39
# if we do the go get in the repo, it will create / update a go.mod and go.sum
40
cd "${TMP_DIR}"
41
-GO111MODULE=on GOBIN="${TMP_DIR}" go get "sigs.k8s.io/mdtoc@${TOOL_VERSION}"
+GO111MODULE=on GOBIN="${TMP_DIR}" go install "sigs.k8s.io/mdtoc@${TOOL_VERSION}"
42
export PATH="${TMP_DIR}:${PATH}"
43
cd "${ROOT}"
44
0 commit comments