You've already forked go-clickhouse
mirror of
https://github.com/uptrace/go-clickhouse.git
synced 2025-07-15 01:04:19 +02:00
chore: update Go version
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
|
||||
services:
|
||||
clickhouse:
|
||||
image: clickhouse/clickhouse-server:21.12
|
||||
image: clickhouse/clickhouse-server:22.4
|
||||
options: >-
|
||||
--health-cmd "clickhouse-client -q 'select 1'" --health-interval 10s --health-timeout 5s
|
||||
--health-retries 5
|
||||
@ -24,8 +24,7 @@ jobs:
|
||||
- name: Set up ${{ matrix.go-version }}
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.18.0-beta1
|
||||
stable: false
|
||||
go-version: 1.18.x
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
Reference in New Issue
Block a user