1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 19:17:38 +08:00

ci: enable ci check

This commit is contained in:
wdvxdr 2022-03-01 15:02:17 +08:00
parent 6bc03d6b8c
commit 81fe9e85d0
No known key found for this signature in database
GPG Key ID: 703F8C071DE7A1B6

View File

@ -2,9 +2,9 @@ name: Go
on: on:
push: push:
branches: [ master ] branches: [ master, typeparam ]
pull_request: pull_request:
branches: [ master ] branches: [ master, typeparam ]
jobs: jobs:
@ -16,7 +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:
go-version: ^1.13 go-version: 1.18rc1
- 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