From ab2ee601329c665d3cb935a68c16b0b6b6d1ea66 Mon Sep 17 00:00:00 2001 From: wdvxdr Date: Tue, 1 Mar 2022 15:05:23 +0800 Subject: [PATCH] ci: use unstable toolchain --- .github/workflows/go.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9ad567f2..8083ec49 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,6 +16,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: + stable: false go-version: 1.18.0-rc1 - name: Check out code into the Go module directory