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