From 90cd79bc42dc16ee52d869fc07c92dcb6dd039b6 Mon Sep 17 00:00:00 2001 From: Zhengyi Lai Date: Mon, 31 Oct 2022 16:51:06 +0800 Subject: [PATCH] Update go version Signed-off-by: Zhengyi Lai --- .github/workflows/goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 69d27ba..acdd5f4 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -21,7 +21,7 @@ jobs: name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.17 + go-version: 1.19 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2