Update Validate ARC workflow to go 1.19 (#2220)

This commit is contained in:
Francesco Renzi 2023-01-27 15:17:28 +00:00 committed by GitHub
parent 803818162c
commit 01e9dd31a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ 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