Skip to content

Commit aaf14c5

Browse files
authored
CI: align release_helm_and_notify Go toolchain with go.work (#7552)
* Initial plan * ci: use go.work version in release helm workflow --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent f29c8dc commit aaf14c5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docker-release2.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,8 @@ jobs:
290290

291291
- name: Setup Go
292292
uses: actions/setup-go@v6
293+
with:
294+
go-version-file: go.work
293295

294296
- name: Update helm chart
295297
if: env.IS_PRERELEASE != 'true'

0 commit comments

Comments
 (0)