1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 11:07:40 +08:00

ci: use unstable toolchain

This commit is contained in:
wdvxdr 2022-03-01 15:05:23 +08:00
parent d900412d41
commit ab2ee60132
No known key found for this signature in database
GPG Key ID: 703F8C071DE7A1B6

View File

@ -16,6 +16,7 @@ jobs:
- name: Set up Go 1.x - name: Set up Go 1.x
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
stable: false
go-version: 1.18.0-rc1 go-version: 1.18.0-rc1
- name: Check out code into the Go module directory - name: Check out code into the Go module directory