From 558f153b21ddcb9100071834ea002b8c3008c998 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 23 Mar 2022 17:07:02 +0800 Subject: [PATCH] chore(CI/CD): remove macos-latest testing Signed-off-by: Bo-Yi Wu --- .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 e3032ac..18692e6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -21,13 +21,13 @@ jobs: - name: Setup golangci-lint uses: golangci/golangci-lint-action@v2 with: - version: v1.43.0 + version: v1.45.0 args: --verbose test: strategy: matrix: - os: [ubuntu-latest, macos-latest] - go: [1.13, 1.14, 1.15, 1.16, 1.17] + os: [ubuntu-latest] + go: [1.14, 1.15, 1.16, 1.17, 1.18] include: - os: ubuntu-latest go-build: ~/.cache/go-build