Skip to content

Commit e205430

Browse files
authored
chore(gh): update release workflow (#3967)
Updated the release workflow to read the Go version from `go.mod` instead of a hardcoded '1.25'. This makes the CI use the module-declared Go version to avoid version drift and improve maintainability. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
1 parent 2ad7482 commit e205430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/govmomi-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Setup Go
6666
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
6767
with:
68-
go-version: '1.25'
68+
go-version-file: go.mod
6969
- name: Update version.go
7070
run: |
7171
# strip semantic v

0 commit comments

Comments
 (0)