diff --git a/.github/workflows/.goreleaser.yml b/.github/workflows/.goreleaser.yml index a44ab198..ee8bfaa4 100644 --- a/.github/workflows/.goreleaser.yml +++ b/.github/workflows/.goreleaser.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: 1.23 + go-version: 1.21 check-latest: true - name: Run GoReleaser uses: goreleaser/goreleaser-action@v4 diff --git a/.github/workflows/manual_goreleaser.yml b/.github/workflows/manual_goreleaser.yml index 83213d59..0f3ccf40 100644 --- a/.github/workflows/manual_goreleaser.yml +++ b/.github/workflows/manual_goreleaser.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: 1.23 + go-version: 1.21 check-latest: true - name: Reposition to latest tag run: |