From 81fe9e85d0e2a59b9d1f7ee9839a36618b719466 Mon Sep 17 00:00:00 2001 From: wdvxdr Date: Tue, 1 Mar 2022 15:02:17 +0800 Subject: [PATCH] ci: enable ci check --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index cc3fc35d..ff0d611a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,9 +2,9 @@ name: Go on: push: - branches: [ master ] + branches: [ master, typeparam ] pull_request: - branches: [ master ] + branches: [ master, typeparam ] jobs: @@ -16,7 +16,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: - go-version: ^1.13 + go-version: 1.18rc1 - name: Check out code into the Go module directory uses: actions/checkout@v2