autoscaler/hack
Adrian Moisey e1cb498992
Fix the setup-go Github action caching
I noticed that the Github Action caching wasn't working, so I added this
setting to fix it.

https://github.com/actions/setup-go#caching-dependency-files-and-build-outputs

If the cache is populated the tests now take 5 minutes to run (down from
18m).

The one downside is that caching will also cache the test results (along
with the dependencies) so this change adds a `--count=1` to the `go
test` commands to ensure that the go test doesn't use a cached result.
2025-06-02 09:59:01 +02:00
..
boilerplate Cleanup: Remove deprecated github.com/golang/protobuf usage 2023-11-09 09:28:25 +01:00
scripts Migrate CA off python2 to python3 2022-03-14 12:52:32 +00:00
OWNERS add more owners to autoscaler/hack 2025-03-04 14:53:57 +00:00
for-go-proj.sh Fix the setup-go Github action caching 2025-06-02 09:59:01 +02:00
install-verify-tools.sh Use go install instead of go get 2023-04-15 10:23:00 +02:00
kube-env.sh Copied over /hack from contrib repo 2017-04-18 16:47:29 +02:00
update-gofmt.sh Changing permissions on "update-gofmt" script 2018-11-16 10:43:07 +05:30
verify-all.sh Remove go version check 2019-04-12 15:19:47 +02:00
verify-boilerplate.sh Copied over /hack from contrib repo 2017-04-18 16:47:29 +02:00
verify-gofmt.sh Update verify scripts 2022-07-12 17:53:22 -05:00
verify-golint.sh Upgrade OCI providers SDK to v65.75.2. 2024-10-11 15:22:42 -07:00
verify-spelling.sh Upgrade OCI providers SDK to v65.75.2. 2024-10-11 15:22:42 -07:00
verify-vpa-flags.sh VPA: Enforce flag documentation check in CI 2025-02-25 15:40:59 +05:30