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

ci: update to go1.18

This commit is contained in:
wdvxdr 2022-03-16 14:03:51 +08:00
parent 348e317a34
commit ea0237538a
No known key found for this signature in database
GPG Key ID: 703F8C071DE7A1B6

View File

@ -16,8 +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
go-version: 1.18.0-rc1
- name: Check out code into the Go module directory - name: Check out code into the Go module directory
uses: actions/checkout@v2 uses: actions/checkout@v2