From 598a11a6264d8a084e841a8561845eea109cd1c7 Mon Sep 17 00:00:00 2001 From: "Bo-Yi.Wu" Date: Sat, 24 Dec 2022 21:29:23 +0800 Subject: [PATCH] chore(CI): update setup-go version Signed-off-by: Bo-Yi.Wu --- .github/workflows/goreleaser.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 0ff298e..d6be714 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -18,10 +18,11 @@ jobs: with: fetch-depth: 0 - - name: Set up Go - uses: actions/setup-go@v2 + name: Setup go + uses: actions/setup-go@v3 with: - go-version: 1.18 + go-version: '^1' + - name: Run GoReleaser uses: goreleaser/goreleaser-action@v4