databricks-cli/.github
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
..
workflows Upgrade to actions/setup-go@v4 (#718) 2023-08-30 14:57:34 +00:00
PULL_REQUEST_TEMPLATE.md Add PR template (#274) 2023-03-23 17:38:40 +01:00
dependabot.yml Create dependabot.yml 2022-05-14 21:11:53 +02:00