From 9f0f4ba8c823f8ccd360e75d7f49967c46a9fde4 Mon Sep 17 00:00:00 2001 From: corvofeng Date: Mon, 20 May 2024 22:14:07 +0800 Subject: [PATCH] Update the toolchain. Signed-off-by: corvofeng --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 452afb1..c11a417 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.18 + go-version: ^1.18 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2