From 5c005229c918a0c8c36afaf8ec81225f20022974 Mon Sep 17 00:00:00 2001 From: shenqidebaozi Date: Sun, 19 Nov 2023 21:51:22 +0800 Subject: [PATCH] fix ci --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5513a94..2249e49 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,7 +13,7 @@ jobs: build: strategy: matrix: - go: [ 1.20, 1.21 ] + go: [ 1.20.x, 1.21.x ] name: build & test runs-on: ubuntu-latest services: