Skip to content

Commit

Permalink
ci: remove go 1.17 test on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
huskar-t committed Dec 3, 2024
1 parent 3b36a59 commit 4fc6cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fc6cb0

Please sign in to comment.