Skip to content

Commit eaae62c

Browse files
authored
Merge pull request #565 from sigstore/update-go-version-for-fulcio-install
Update go version for using fulcio
2 parents e2bd2a9 + 210f565 commit eaae62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup Go environment
4646
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
4747
with:
48-
go-version: '1.19.x'
48+
go-version: '1.21.x'
4949

5050
# at some point this should just be replaced with something that can bring up a sigstore test env
5151
- name: Install Fulcio

0 commit comments

Comments
 (0)