mirror of
https://github.com/slsa-framework/slsa-verifier.git
synced 2026-08-26 09:37:19 +00:00
refactor: Use Go 1.20 (#643)
Fixes #589 --------- Signed-off-by: Ian Lewis <ianlewis@google.com>
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
||||
- name: setup-go
|
||||
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
|
||||
with:
|
||||
go-version: "1.18"
|
||||
go-version-file: "__THIS_REPO__/go.mod"
|
||||
|
||||
- name: Build verifier at HEAD
|
||||
working-directory: __THIS_REPO__
|
||||
|
||||
Reference in New Issue
Block a user