From 57d4dab18ec155e60d2e4c1a8bdcf3493901e60d Mon Sep 17 00:00:00 2001 From: Andrew Grigorev Date: Tue, 2 Jan 2024 19:01:57 +0200 Subject: [PATCH] Looks like this is caused by https://github.com/golang/go/issues/61888 --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6569510..b1ce761 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,8 @@ jobs: fetch-depth: 0 - name: Set up Go uses: actions/setup-go@v4 + with: + go-version: '>=1.21.5' - name: Run GoReleaser uses: goreleaser/goreleaser-action@v5 with: