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