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
Contributions are welcome! See [Contributor's Guide](./CONTRIBUTING.md) for more details about contribution process and code structure
## mirror from github

Loading…
Cancel
Save