1
0
Fork 0
mirror of https://github.com/actions/go-versions synced 2024-11-09 15:12:38 +00:00
go-versions/.github/workflows/get-go-versions.yml

13 lines
317 B
YAML
Raw Permalink Normal View History

2021-08-17 14:12:11 +00:00
name: Get Go versions
on:
schedule:
- cron: '0 3,15 * * *'
workflow_dispatch:
jobs:
2022-12-06 17:59:40 +00:00
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