From 76d1e8215de1ab30fdf5b8995d64563d53901f92 Mon Sep 17 00:00:00 2001 From: Hami Lemon Date: Wed, 30 Mar 2022 10:58:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9github=20action=E7=9A=84go=20?= =?UTF-8?q?version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/go.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a02909e..70053e8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,6 +16,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@v3.0.0 with: + go-version: '>=1.18' check-latest: true - name: Build