From faadf1a8370d9a960d2e8ca70c9cbce019b581d4 Mon Sep 17 00:00:00 2001 From: Marko Juraga Date: Thu, 12 Oct 2023 07:41:17 +0200 Subject: [PATCH] BUILD/MINOR: goreleaser: use go 1.21 for builds --- .github/workflows/.goreleaser.yml | 2 +- .github/workflows/manual_goreleaser.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: |