From d6b428991831ebc148906ee25128362b41251131 Mon Sep 17 00:00:00 2001 From: Kanri Date: Thu, 10 Jun 2021 17:10:28 +0800 Subject: [PATCH] Update linux.yml --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ac8460a9..950bd00d 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.15 + go-version: 1.16 - name: Check out code into the Go module directory uses: actions/checkout@v2 @@ -39,4 +39,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: ZeroBot-Plugin-linux - path: ./artifacts \ No newline at end of file + path: ./artifacts