1
0
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:
Vladimir Mihailenco
2022-05-18 16:26:05 +03:00
parent fa121084c0
commit 8971988be1

View File

@ -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