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