From bd51b8982cf0538d48ef094b6b35ffdec17e01b9 Mon Sep 17 00:00:00 2001 From: Jerry <85411418@qq.com> Date: Thu, 2 Mar 2023 10:35:29 +0800 Subject: [PATCH] update --- .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 aec2c65b..6807dc8a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -31,7 +31,7 @@ jobs: needs: lint strategy: matrix: - os: [ ubuntu-latest, centos-latest, macos-latest, alpine-latest ] + os: [ ubuntu-latest, macos-latest ] go: [ '1.18', '1.19', '1.20' ] runs-on: ${{ matrix.os }} steps: