Update Validate ARC workflow to go 1.19 (#2220)
This commit is contained in:
parent
803818162c
commit
01e9dd31a9
|
|
@ -34,9 +34,9 @@ jobs:
|
|||
- name: Set-up Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.18.2'
|
||||
go-version: '1.19'
|
||||
check-latest: false
|
||||
|
||||
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/go/pkg/mod
|
||||
|
|
|
|||
Loading…
Reference in New Issue