Skip to content

Commit

Permalink
Update new-version.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
thegridman authored Jan 15, 2025
1 parent 31ef2f3 commit 75d7611
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/new-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
go-version: 1.23.x

- name: Update Version
shell: bash
run: |
make manifests
make new-version
make new-version-pr

0 comments on commit 75d7611

Please sign in to comment.