fix(clickhouse): set same Go version as the rest of the modules

This commit is contained in:
Manuel de la Peña
2025-11-24 14:54:32 +01:00
parent 15be435190
commit a13be9287d

View File

@@ -1,6 +1,6 @@
module github.com/gofiber/storage/clickhouse
go 1.25.3
go 1.24.0
require (
github.com/ClickHouse/clickhouse-go/v2 v2.41.0