Skip to content

Commit

Permalink
Fix setup-go action to use Go version from go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
sutaakar committed Jul 12, 2024
1 parent 93d28cc commit 6f29c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/odh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set Go
uses: actions/setup-go@v5
with:
go-version: v1.20
go-version-file: './go.mod'

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

0 comments on commit 6f29c03

Please sign in to comment.