[CI:DOCS] GHA: Use stable go for Mac/Win builds

Having hard-coded versions burried under a hidden directory is ripe for
maintenance headaches.  Use the latest 'stable' version, since this will
be "close enough" to what we test in CI.

Ref: https://github.com/containers/podman/discussions/19404

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich 2023-07-31 10:43:53 -04:00
parent 330e51960e
commit 93f4cc1b51
No known key found for this signature in database
GPG Key ID: 03EDC70FD578067F
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ jobs:
if: steps.check.outputs.buildamd == 'true' || steps.check.outputs.buildarm == 'true'
uses: actions/setup-go@v4
with:
go-version: '1.18'
go-version: stable
- name: Create Keychain
if: steps.check.outputs.buildamd == 'true' || steps.check.outputs.buildarm == 'true'
run: |

View File

@ -45,7 +45,7 @@ jobs:
uses: actions/setup-go@v4
if: steps.check.outputs.already-exists != 'true'
with:
go-version: 1.18
go-version: stable
- name: Setup Signature Tooling
if: steps.Check.outputs.already-exists != 'true'
run: |