mirror of
https://github.com/actions/go-versions
synced 2024-11-14 01:22: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
2
.github/workflows/build-go-packages.yml
vendored
2
.github/workflows/build-go-packages.yml
vendored
|
@ -23,7 +23,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
go:
|
go:
|
||||||
name: 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:
|
with:
|
||||||
tool-name: "go"
|
tool-name: "go"
|
||||||
tool-version: ${{ inputs.VERSION || '1.19.0' }}
|
tool-version: ${{ inputs.VERSION || '1.19.0' }}
|
||||||
|
|
Loading…
Reference in a new issue