Use Go1.22 for releaseability checks (#319)

Use Go1.22 for releaseability checks
This commit is contained in:
Chris Suszynski 2024-07-16 12:58:29 +02:00 committed by GitHub
parent 40b219b2ba
commit 8f890e697c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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