mirror of https://github.com/knative/release.git
Use Go1.22 for releaseability checks (#319)
Use Go1.22 for releaseability checks
This commit is contained in:
parent
40b219b2ba
commit
8f890e697c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue