Skip to content

Commit 5999391

Browse files
committed
deprecate golang < 1.18
1 parent 8bca980 commit 5999391

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
go:
19-
- ^1.15
20-
- ^1.16
21-
- ^1.17
2219
- ^1.18
23-
- ^1.19
2420
- ^1
2521
steps:
2622

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Last releases are stable and ready for production use
1414
Docker images are available on [packages](https://github.com/lomik/carbon-clickhouse/pkgs/container/carbon-clickhouse) page.
1515

1616
## Build
17+
18+
Required golang 1.18+
19+
1720
```sh
1821
# build binary
1922
git clone https://github.com/lomik/carbon-clickhouse.git

0 commit comments

Comments
 (0)