Skip to content

Commit b5e7da0

Browse files
committed
Fix setup-go action to use Go version from go.mod
Signed-off-by: Karel Suta <ksuta@redhat.com>
1 parent 93d28cc commit b5e7da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/odh-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set Go
2323
uses: actions/setup-go@v5
2424
with:
25-
go-version: v1.20
25+
go-version-file: './go.mod'
2626

2727
- name: Verify that release doesn't exist yet
2828
shell: bash {0}

0 commit comments

Comments
 (0)