From cd50eb8848492eac9b58c56d060d7d47ac56c693 Mon Sep 17 00:00:00 2001 From: Jesse Brown Date: Fri, 5 Apr 2024 14:08:23 -0500 Subject: [PATCH] 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 --- .github/workflows/draft-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index e551eb3f2..b95a28ff2 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -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: |