Skip to content

Commit

Permalink
chore: align on Go & CH versions matrix in GH Actions (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaflik authored Dec 13, 2022
1 parent 75360c4 commit edefa1d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/run-backend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
fail-fast: true
matrix:
go:
- 1.18.3 #pin to 1.18.3 for now due to https://github.com/ClickHouse/ch-go/issues/160
- 1.19
clickhouse:
- 21.8
- 22.3
- 22.4
- 22.5
- 22.6
- 22.8
- 22.9
- '22.10'
- 22.11
- latest

steps:
Expand Down

0 comments on commit edefa1d

Please sign in to comment.