From d4035c4f11e0643a66ca698fc9c7f5320f6f7950 Mon Sep 17 00:00:00 2001 From: ghokun Date: Sun, 13 Aug 2023 12:08:53 +0300 Subject: [PATCH] Upgrade setup go to use 1.21 go version --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a2c2685..7b483af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: goreleaser on: push: tags: - - "*" + - '*' permissions: contents: write @@ -18,7 +18,7 @@ jobs: - run: git fetch --force --tags - uses: actions/setup-go@v4 with: - go-version: ">=1.20.1" + go-version: '1.21' cache: true - uses: goreleaser/goreleaser-action@v4 with: