Skip to content

Commit 1b7bbc9

Browse files
committed
operator: patch github release workflow to use go 1.25
Signed-off-by: Aaron Wilson <aawilson@nvidia.com>
1 parent 67837ae commit 1b7bbc9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ jobs:
1313
release:
1414
runs-on: ubuntu-22.04
1515
steps:
16-
1716
- name: Checkout Repo
1817
uses: actions/checkout@v5
1918
- uses: actions/setup-go@v5
2019
with:
21-
go-version: '1.24.x'
20+
go-version: '1.25.x'
2221
- name: Login to DockerHub
2322
uses: docker/login-action@v3
2423
with:

0 commit comments

Comments
 (0)