You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/.github
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.
1 year ago
..
ISSUE_TEMPLATE update discord invite (#19907) 2 years ago
workflows Fix setup-go actions (#25167) 1 year ago
FUNDING.yml Kd/add bountysource (#14323) 4 years ago
pull_request_template.md Improve pull_request_template.md (#22888) 1 year ago
stale.yml Improve stale message (#9920) 5 years ago