Skip to content

Commit

Permalink
Set subctl tests up with Go 1.22
Browse files Browse the repository at this point in the history
This is the minimum required version. Current builds set up Go 1.21
which then downloads Go 1.22 during the build.

Signed-off-by: Stephen Kitt <[email protected]>
  • Loading branch information
skitt committed May 21, 2024
1 parent 7cf5f7f commit 1a78ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/subctl-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version: '1.21'
go-version: '1.22'
check-latest: true

- name: Update the subctl build to use the current submariner-operator
Expand Down

0 comments on commit 1a78ec7

Please sign in to comment.