diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a04155e0..ff1aa743a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,11 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + - name: Set up Go + uses: actions/setup-go@v5 + with: + go-version-file: 'go.mod' + check-latest: true - name: Create Release Artifacts run: make release env: