Merge pull request #18115 from containers/renovate/actions-setup-go-4.x
[skip-ci] Update actions/setup-go action to v4
This commit is contained in:
commit
b3dd2dbf4c
|
|
@ -42,7 +42,7 @@ jobs:
|
||||||
Pop-Location
|
Pop-Location
|
||||||
Exit $code
|
Exit $code
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v4
|
||||||
if: steps.check.outputs.already-exists != 'true'
|
if: steps.check.outputs.already-exists != 'true'
|
||||||
with:
|
with:
|
||||||
go-version: 1.18
|
go-version: 1.18
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue