Skip to content

Commit ce030f7

Browse files
authored
Merge pull request #209 from msaf1980/fix_unescape
Update carbon-clickhouse version in e2e tests
2 parents a073faf + abfce39 commit ce030f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/e2e-test/carbon-clickhouse.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type CarbonClickhouse struct {
2929

3030
func (c *CarbonClickhouse) Start(testDir, clickhouseURL, clickhouseContainer string) (string, error) {
3131
if len(c.Version) == 0 {
32-
c.Version = "0.11.3"
32+
c.Version = "0.11.4"
3333
}
3434
if len(c.DockerImage) == 0 {
3535
c.DockerImage = "ghcr.io/go-graphite/carbon-clickhouse"

0 commit comments

Comments
 (0)