databricks-cli/.github/workflows
Pieter Noordhuis cc1038fbd5
Upgrade to actions/setup-go@v4 (#718)
## Changes

Version 4 enables caching by default so we no longer need to explicitly
enable it: https://github.com/actions/setup-go#v4.

The build cache only reuses a cache from a repo's default branch, which
for this repository is `main`. After enabling the merge queue, we no
longer run builds on the `main` branch after push, but on merge queue
branches. With no more builds on the `main` branch there is no longer a
cache to reuse.

This change fixes that by making the `release(-snapshot)?` workflows use
the same caching mechanism. These run off of the `main` branch, so the
cache they save can be reused by builds triggered on PRs or from the
merge queue.

## Tests

We have to merge this to see if it works.
2023-08-30 14:57:34 +00:00
..
push.yml Upgrade to actions/setup-go@v4 (#718) 2023-08-30 14:57:34 +00:00
release-snapshot.yml Upgrade to actions/setup-go@v4 (#718) 2023-08-30 14:57:34 +00:00
release.yml Upgrade to actions/setup-go@v4 (#718) 2023-08-30 14:57:34 +00:00