gitea/.github/workflows
silverwind 3c6aa8d3e1
Fix setup-go actions (#25167)
The `setup-go` actions did not all have `check-latest` which means they
use some cached version of go that currently still resolves to go1.20.4,
as seen in a number of recent runs that currently fail at govulncheck
because of it:

````
Run actions/setup-go@v4
Setup go version spec >=1.20
Attempting to resolve the latest version from the manifest...
matching >=1.20...
Resolved as '1.20.4'
````

Add the
[check-latest](https://github.com/actions/setup-go#check-latest-version)
option which should guarantee that this cache is skipped.
2023-06-09 09:33:48 +02:00
..
cron-licenses.yml Fix setup-go actions (#25167) 2023-06-09 09:33:48 +02:00
cron-lock.yml Don't run build and test if only docs changed (#24530) 2023-05-16 02:53:18 +00:00
cron-translations.yml Don't run build and test if only docs changed (#24530) 2023-05-16 02:53:18 +00:00
files-changed.yml Clean up github actions (#24984) 2023-05-30 13:31:00 +08:00
pull-compliance.yml Clean up github actions (#24984) 2023-05-30 13:31:00 +08:00
pull-db-tests.yml Fix setup-go actions (#25167) 2023-06-09 09:33:48 +02:00
pull-docker-dryrun.yml Use file filters action instead of Github's files filter (#24877) 2023-05-25 01:33:31 +00:00
pull-e2e-tests.yml Use file filters action instead of Github's files filter (#24877) 2023-05-25 01:33:31 +00:00