Skip to content

Commit

Permalink
ci: add 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 b8bf0cb commit 86c9837
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: [ 'stable' ]
go: [ '1.17', 'stable' ]
name: test taosAdapter ${{ matrix.go }}
steps:
- name: get cache server by pr
Expand Down

0 comments on commit 86c9837

Please sign in to comment.