Skip to content

Commit

Permalink
Update go version in generate tests script
Browse files Browse the repository at this point in the history
  • Loading branch information
nolancon committed Dec 17, 2024
1 parent 83a4119 commit e3ef88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/generate-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.23'
- name: Vendor Dependencies
run: make vendor vendor.check
Expand Down

0 comments on commit e3ef88e

Please sign in to comment.