Skip to content

Commit

Permalink
Add go-version-file to draft-release workflow (#1331)
Browse files Browse the repository at this point in the history
We are getting warnings about go-version not being specified. This should fix that.

Signed-off-by: Jesse Brown <[email protected]>
  • Loading branch information
jabrown85 authored Apr 5, 2024
1 parent bb9eb96 commit cd50eb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
go-version-file: 'go.mod'
- name: Get go version
id: get-go-version
run: |
Expand Down

0 comments on commit cd50eb8

Please sign in to comment.