Compare commits

...

4 Commits

Author SHA1 Message Date
wyang b45ec15d40 修改脚本测试
Go Details
2 years ago
yangwang 719fde58e3 更新 '.github/workflows/build-go-packages.yml' 2 years ago
yangwang 686ecfacea 更新 'README.md' 2 years ago
github-actions[bot] 797449dd8e
Update versions-manifest (#73)
Co-authored-by: Service account <no-reply@microsoft.com>
2 years ago

@ -0,0 +1,18 @@
name: Generate Go package
run-name: Generate Go ${{ inputs.VERSION || '1.19.0' }}
on:
push:
branches:
- 'releases/1.17.4.1'
- 'releases/**'
- main
jobs:
go:
name: Go
uses: actions/versions-package-tools/.github/workflows/build-tool-packages.yml@main
with:
tool-name: "go"
tool-version: ${{ inputs.VERSION || '1.19.0' }}
publish-release: ${{ inputs.PUBLISH_RELEASES || false }}
secrets: inherit

@ -1,31 +0,0 @@
name: Generate Go package
run-name: Generate Go ${{ inputs.VERSION || '1.19.0' }}
on:
workflow_dispatch:
inputs:
VERSION:
description: 'Go version to build and upload'
required: true
default: '1.19.0'
PUBLISH_RELEASES:
description: 'Whether to publish releases'
type: boolean
required: true
default: false
pull_request:
paths-ignore:
- 'versions-manifest.json'
- 'LICENSE'
- '**.md'
branches:
- 'main'
jobs:
go:
name: Go
uses: actions/versions-package-tools/.github/workflows/build-tool-packages.yml@main
with:
tool-name: "go"
tool-version: ${{ inputs.VERSION || '1.19.0' }}
publish-release: ${{ inputs.PUBLISH_RELEASES || false }}
secrets: inherit

@ -13,3 +13,5 @@ We are trying to prepare packages for new versions of Go as soon as they are rel
## Contribution ## Contribution
Contributions are welcome! See [Contributor's Guide](./CONTRIBUTING.md) for more details about contribution process and code structure Contributions are welcome! See [Contributor's Guide](./CONTRIBUTING.md) for more details about contribution process and code structure
## mirror from github

@ -1,4 +1,29 @@
[ [
{
"version": "1.20.3",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.20.3-4625966227",
"files": [
{
"filename": "go-1.20.3-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.20.3-4625966227/go-1.20.3-darwin-x64.tar.gz"
},
{
"filename": "go-1.20.3-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.20.3-4625966227/go-1.20.3-linux-x64.tar.gz"
},
{
"filename": "go-1.20.3-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.20.3-4625966227/go-1.20.3-win32-x64.zip"
}
]
},
{ {
"version": "1.20.2", "version": "1.20.2",
"stable": true, "stable": true,
@ -74,6 +99,31 @@
} }
] ]
}, },
{
"version": "1.19.8",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.19.8-4625967995",
"files": [
{
"filename": "go-1.19.8-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.19.8-4625967995/go-1.19.8-darwin-x64.tar.gz"
},
{
"filename": "go-1.19.8-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.19.8-4625967995/go-1.19.8-linux-x64.tar.gz"
},
{
"filename": "go-1.19.8-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.19.8-4625967995/go-1.19.8-win32-x64.zip"
}
]
},
{ {
"version": "1.19.7", "version": "1.19.7",
"stable": true, "stable": true,

Loading…
Cancel
Save