From 8971988be18924202d487e8e21f3ca8ac471ba0f Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Wed, 18 May 2022 16:26:05 +0300 Subject: [PATCH] chore: update Go version --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 667b85a..6ff777e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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