From 7f3e58f97a4efb793ff107042a53d5246a5f5e68 Mon Sep 17 00:00:00 2001 From: Ink-33 Date: Tue, 17 Nov 2020 01:45:14 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7365a7f9..7c7a90c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v2 - name: Setup Go environment - uses: actions/setup-go@v2.1.1 + uses: actions/setup-go@v2.1.3 with: go-version: 1.15