From 8a3c50ea1ac860f30a9d4e7c98d42b3858a53098 Mon Sep 17 00:00:00 2001 From: zhangwenjian Date: Sun, 7 Aug 2022 21:52:02 +0800 Subject: [PATCH] =?UTF-8?q?config=F0=9F=94=A7:=20=20=20=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9actions=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 123e1ebf..fb65e63f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,10 +16,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.15 + - name: Set up Go 1.18 uses: actions/setup-go@v3 with: - go-version: 1.15 + go-version: 1.18 id: go - name: Check out code into the Go module directory