We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bca980 commit 5999391Copy full SHA for 5999391
.github/workflows/tests.yml
@@ -16,11 +16,7 @@ jobs:
16
strategy:
17
matrix:
18
go:
19
- - ^1.15
20
- - ^1.16
21
- - ^1.17
22
- ^1.18
23
- - ^1.19
24
- ^1
25
steps:
26
README.md
@@ -14,6 +14,9 @@ Last releases are stable and ready for production use
14
Docker images are available on [packages](https://github.com/lomik/carbon-clickhouse/pkgs/container/carbon-clickhouse) page.
15
## Build
+
+Required golang 1.18+
```sh
# build binary
git clone https://github.com/lomik/carbon-clickhouse.git
0 commit comments