chore: fix CI branch name and tidy go modules
- Update .github/workflows/ci.yml: main → master - Run go mod tidy to clean up dependencies - clickhouse-go/v2 moved to direct dependencies (used in code) - Add test dependencies (stretchr/testify, kr/pretty) Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -2,9 +2,9 @@ name: Build and Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user