Jordan Liggitt
51a17c3c4e
Honor KUBE_HACK_TOOLS_GOTOOLCHAIN
2025-02-14 12:57:36 -05:00
Tim Hockin
a0215badb8
Change pushd $d; go ...; popd
to go -C $d ...
...
Just an annoyance in reading these scripts.
2024-03-02 14:40:10 -08:00
Tim Hockin
d61f299614
Call verify_go_version at the END of setup_env
...
Prior to this it would download Go, setup the environment, then (maybe)
download Go again.
I renamed verify_go_version to be internal and fixed all callers.
2024-02-29 22:06:56 -08:00
Tim Hockin
e84adf611f
Remove references to "GO111MODULE"
2024-02-29 22:06:55 -08:00
Tim Hockin
bff2e92edd
Fix update-netparse-cve for workspaces
2024-02-29 22:06:46 -08:00
Tim Hockin
db590ecd89
Fix scripts to avoid testdata
2024-02-29 22:06:21 -08:00
Tim Hockin
58ab5eea89
Remove some references to GOPATH
2024-02-29 22:05:59 -08:00
Tim Hockin
f47e0cb779
Rename KUBE_OUTPUT_BINPATH -> KUBE_OUTPUT_BIN
...
"...PATH" doesn't add anything and confuses it with KUBE_OUTPUT_SUBPATH.
2024-02-29 00:22:14 -08:00
Tim Hockin
6a49eae422
Make update-netparse-cve use ls-files
2023-01-22 15:21:37 -08:00
Antonio Ojea
06f2d678ee
update and verify netparse
...
Add script to verify that net.ParseIP and net.ParseCIDR are
not being used.
Add another script to automatically replace those functions
for the ones forked in k8s.io/utils/net
2021-08-20 10:42:09 +02:00