This repository was archived by the owner on Nov 25, 2025. It is now read-only.
chore(deps): bump github.com/ClickHouse/ch-go from 0.66.1 to 0.67.0 #251
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Commit linter | |
| on: | |
| pull_request: | |
| workflow_dispatch: | |
| # Common Go workflows from go faster | |
| # See https://github.com/go-faster/x | |
| jobs: | |
| check: | |
| uses: go-faster/x/.github/workflows/commit.yml@main |