mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-11 20:21:02 +00:00
Update Validate ARC workflow to go 1.19 (#2220)
This commit is contained in:
4
.github/workflows/validate-arc.yaml
vendored
4
.github/workflows/validate-arc.yaml
vendored
@@ -34,9 +34,9 @@ jobs:
|
|||||||
- name: Set-up Go
|
- name: Set-up Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: '1.18.2'
|
go-version: '1.19'
|
||||||
check-latest: false
|
check-latest: false
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ~/go/pkg/mod
|
path: ~/go/pkg/mod
|
||||||
|
|||||||
Reference in New Issue
Block a user