From 041ae2451c83a64b5f53a0b936cdb093d87bd7ef Mon Sep 17 00:00:00 2001 From: Congqi Xia Date: Mon, 4 Nov 2024 17:46:56 +0800 Subject: [PATCH] enhance: Upgrade goreleaser go version to 1.21 Signed-off-by: Congqi Xia --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3106f0b1..44f58417 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: - run: git fetch --force --tags - uses: actions/setup-go@v3 with: - go-version: 1.18 + go-version: 1.21 cache: true - uses: goreleaser/goreleaser-action@v4 @@ -48,7 +48,7 @@ jobs: - run: git fetch --force --tags - uses: actions/setup-go@v3 with: - go-version: 1.18 + go-version: 1.21 cache: true - uses: goreleaser/goreleaser-action@v4 @@ -76,7 +76,7 @@ jobs: - run: git fetch --force --tags - uses: actions/setup-go@v3 with: - go-version: 1.18 + go-version: 1.21 cache: true - name: Make directories run: |