From 210f5650426a22ce345e3b6e785215322fd85ebe Mon Sep 17 00:00:00 2001 From: Appu Goundan Date: Tue, 31 Oct 2023 09:24:55 -0400 Subject: [PATCH] Update go version for using fulcio Signed-off-by: Appu Goundan --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7792cc91..1e6b0304 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,7 +45,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 with: - go-version: '1.19.x' + go-version: '1.21.x' # at some point this should just be replaced with something that can bring up a sigstore test env - name: Install Fulcio