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.
13 lines
317 B
YAML
13 lines
317 B
YAML
3 years ago
|
name: Get Go versions
|
||
|
on:
|
||
|
schedule:
|
||
|
- cron: '0 3,15 * * *'
|
||
|
workflow_dispatch:
|
||
|
|
||
|
jobs:
|
||
2 years ago
|
get-new-go-versions:
|
||
|
uses: actions/versions-package-tools/.github/workflows/get-new-tool-versions.yml@main
|
||
|
with:
|
||
|
tool-name: "Go"
|
||
|
image-url: "https://go.dev/images/gopher-footer.jpg"
|
||
|
secrets: inherit
|