From 3addef04ca3a3d784cdf38e6b209909fd5333b04 Mon Sep 17 00:00:00 2001 From: hang666 <44329474+hang666@users.noreply.github.com> Date: Fri, 2 Dec 2022 22:32:25 +0800 Subject: [PATCH] Update release.yml --- .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 e7f7c77..a4fa7e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: uses: actions/setup-go@v3 with: check-latest: true - go-version: '1.19.3' + go-version: '1.19' - name: Check out code into the Go module directory uses: actions/checkout@v3