Skip to content

Bump github.com/andybalholm/brotli from 1.1.0 to 1.1.1 #2010

Bump github.com/andybalholm/brotli from 1.1.0 to 1.1.1

Bump github.com/andybalholm/brotli from 1.1.0 to 1.1.1 #2010

Workflow file for this run

name: run-tests
permissions: write-all
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
single-node:
runs-on: ubuntu-latest
strategy:
fail-fast: true
max-parallel: 1
matrix:
go:
- "1.23"
- "1.22"
- "1.21"
clickhouse: # https://github.com/ClickHouse/ClickHouse/blob/master/SECURITY.md#scope-and-supported-versions
- "24.8"
- "24.7"
- "24.6"
- "24.3"
steps:
- uses: actions/checkout@main
- name: Install Go ${{ matrix.go }}
uses: actions/setup-go@v2.1.5
with:
stable: false
go-version: ${{ matrix.go }}
- name: Run tests
run: |
CLICKHOUSE_VERSION=${{ matrix.clickhouse }} make test