Compare commits

...

1 Commits

Author SHA1 Message Date
Jesse Brown e717efe1c8
Add go-version-file to draft-release workflow (#1331)
We are getting warnings about go-version not being specified. This should fix that.

Signed-off-by: Jesse Brown <jabrown85@gmail.com>
2024-04-05 14:12:52 -05:00
1 changed files with 1 additions and 0 deletions

View File

@ -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: |