From efa147f013873c8cdb18e7db801cbed3032b3a42 Mon Sep 17 00:00:00 2001 From: Marko Juraga Date: Wed, 11 Oct 2023 10:04:25 +0200 Subject: [PATCH] BUILD/MINOR: goreleaser: always use latest go version --- .github/workflows/.goreleaser.yml | 1 + .github/workflows/manual_goreleaser.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/.goreleaser.yml b/.github/workflows/.goreleaser.yml index 59200efd..85bc5876 100644 --- a/.github/workflows/.goreleaser.yml +++ b/.github/workflows/.goreleaser.yml @@ -16,6 +16,7 @@ jobs: uses: actions/setup-go@v4 with: go-version-file: 'go.mod' + check-latest: true - name: Run GoReleaser uses: goreleaser/goreleaser-action@v4 with: diff --git a/.github/workflows/manual_goreleaser.yml b/.github/workflows/manual_goreleaser.yml index 6983a34c..47fd76af 100644 --- a/.github/workflows/manual_goreleaser.yml +++ b/.github/workflows/manual_goreleaser.yml @@ -14,6 +14,7 @@ jobs: uses: actions/setup-go@v4 with: go-version-file: 'go.mod' + check-latest: true - name: Reposition to latest tag run: | git checkout $(git describe --tags --abbrev=0)