diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b519def2..bc4843d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,8 @@ jobs: - run: git fetch --force --tags - uses: actions/setup-go@v5 with: - go-version: 'stable' + go-version: '1.22' + check-latest: true - uses: goreleaser/goreleaser-action@v5 with: distribution: goreleaser