File tree Expand file tree Collapse file tree 4 files changed +654
-3
lines changed
prod-readiness/sig-release
sig-release/2818-reducing-build-maintenance Expand file tree Collapse file tree 4 files changed +654
-3
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,11 @@ exitHandler() (
35
35
)
36
36
trap exitHandler EXIT
37
37
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
38
+ # Perform go install in a temp dir as we are not tracking this version in a go
39
+ # module.
40
+ # If we do the go install in the repo, it will create/update go.mod and go.sum.
40
41
cd " ${TMP_DIR} "
41
- GO111MODULE=on GOBIN=" ${TMP_DIR} " go get " sigs.k8s.io/mdtoc@${TOOL_VERSION} "
42
+ GO111MODULE=on GOBIN=" ${TMP_DIR} " go install " sigs.k8s.io/mdtoc@${TOOL_VERSION} "
42
43
export PATH=" ${TMP_DIR} :${PATH} "
43
44
cd " ${ROOT} "
44
45
Original file line number Diff line number Diff line change
1
+ kep-number : 2818
2
+ stable :
3
+ approver : " @ehashman"
You can’t perform that action at this time.
0 commit comments