Skip to content

Commit

Permalink
make ci-mgmt (#4531)
Browse files Browse the repository at this point in the history
We were a little out of date wrt ci-mgmt and this helps catch up on the
Go versions, simply running `make ci-mgmt`

Fixes: #4529
  • Loading branch information
t0yv0 committed Sep 25, 2024
1 parent 93506d9 commit ca81399
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ jobs:
uses: actions/setup-go@v5
with:
cache: false
go-version: 1.22.x
go-version: 1.23.x
- name: Make upstream
run: make upstream
- name: upstream lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ jobs:
uses: actions/setup-go@v5
with:
cache: false
go-version: 1.22.x
go-version: 1.23.x
- name: Make upstream
run: make upstream
- name: upstream lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ jobs:
uses: actions/setup-go@v5
with:
cache: false
go-version: 1.22.x
go-version: 1.23.x
- name: Make upstream
run: make upstream
- name: upstream lint
Expand Down

0 comments on commit ca81399

Please sign in to comment.