mirror of
https://code.forgejo.org/actions/go-versions.git
synced 2024-11-06 04:26:02 -05:00
13 lines
No EOL
317 B
YAML
13 lines
No EOL
317 B
YAML
name: Get Go versions
|
|
on:
|
|
schedule:
|
|
- cron: '0 3,15 * * *'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
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 |