Skip to content

Upgrade clickhouse-go from v2.43.0 to v2.45.0 #1985

Upgrade clickhouse-go from v2.43.0 to v2.45.0

Upgrade clickhouse-go from v2.43.0 to v2.45.0 #1985

Workflow file for this run

name: Integration tests
on:
push:
branches:
- v1
- main
pull_request:
branches:
- v1
- main
schedule:
- cron: '0 9 1 * *'
jobs:
run:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
clickhouse:
- 24.8
- 25.3
- 25.5
- 25.6
- 25.7
- latest
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- name: Install Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Build backend
uses: magefile/mage-action@35e1490c70b858aec34994e5a0e2546bffba9cca
with:
args: buildAll
version: latest
- name: Run integration tests
run: CLICKHOUSE_VERSION=${{ matrix.clickhouse }} go test -v -tags=integration ./...