From 4fc6cb0a2ea5e51a3cdb403a2c678c0056efd215 Mon Sep 17 00:00:00 2001 From: t_max <1172915550@qq.com> Date: Tue, 3 Dec 2024 10:17:46 +0800 Subject: [PATCH] ci: remove go 1.17 test on macOS --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 8d3bf22..7143832 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -183,7 +183,7 @@ jobs: needs: build strategy: matrix: - go: [ '1.17', 'stable' ] + go: [ 'stable' ] name: test taosAdapter ${{ matrix.go }} steps: - name: get cache server by pr