mirror of
https://github.com/actions/go-versions
synced 2024-11-09 15:12:38 +00:00
Update build-go-packages.yml
This commit is contained in:
parent
611b36edb5
commit
5fadb88d54
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-go-packages.yml
vendored
4
.github/workflows/build-go-packages.yml
vendored
|
@ -23,9 +23,9 @@ on:
|
|||
jobs:
|
||||
go:
|
||||
name: Go
|
||||
uses: actions/versions-package-tools/.github/workflows/build-tool-packages.yml@main
|
||||
uses: actions/versions-package-tools/.github/workflows/build-tool-packages.yml@test-arm64
|
||||
with:
|
||||
tool-name: "go"
|
||||
tool-version: ${{ inputs.VERSION || '1.19.0' }}
|
||||
publish-release: ${{ inputs.PUBLISH_RELEASES || false }}
|
||||
secrets: inherit
|
||||
secrets: inherit
|
||||
|
|
Loading…
Reference in a new issue