Skip to content

Commit

Permalink
Bump e2e github actions workflows to go 1.21 (#384)
Browse files Browse the repository at this point in the history
This should be a backwards compatible change, and should unblock bumping
the go.mod to 1.21.

Signed-off-by: Billy Lynch <[email protected]>
  • Loading branch information
wlynch authored Oct 2, 2023
1 parent 208692f commit dd11064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: '1.20'
go-version: '1.21'
check-latest: true

- name: Install Gitsign
Expand Down

0 comments on commit dd11064

Please sign in to comment.