Skip to content

Commit

Permalink
Use Go1.22 for releaseability checks (#319)
Browse files Browse the repository at this point in the history
Use Go1.22 for releaseability checks
  • Loading branch information
cardil authored Jul 16, 2024
1 parent 40b219b commit 8f890e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releasability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
go-version: 1.22.x

- name: Install Dependencies
run: go install knative.dev/toolbox/buoy@main
Expand Down

0 comments on commit 8f890e6

Please sign in to comment.