From ea7c246e81ba41118fda751a90e062cd0cfb5964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Wed, 9 Apr 2025 10:15:34 +0200 Subject: [PATCH] fix: use Go 1.23.0 --- clickhouse/go.mod | 2 +- couchbase/go.mod | 2 +- dynamodb/go.mod | 2 +- minio/go.mod | 2 +- mongodb/go.mod | 2 +- mysql/go.mod | 2 +- nats/go.mod | 2 +- neo4j/go.mod | 2 +- postgres/go.mod | 2 +- s3/go.mod | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/clickhouse/go.mod b/clickhouse/go.mod index f7f511e4..34d010d2 100644 --- a/clickhouse/go.mod +++ b/clickhouse/go.mod @@ -1,6 +1,6 @@ module github.com/gofiber/storage/clickhouse -go 1.23 +go 1.23.0 require ( github.com/ClickHouse/clickhouse-go/v2 v2.26.0 diff --git a/couchbase/go.mod b/couchbase/go.mod index c3f82b28..33f6cdbc 100644 --- a/couchbase/go.mod +++ b/couchbase/go.mod @@ -1,6 +1,6 @@ module github.com/gofiber/storage/couchbase/v2 -go 1.23 +go 1.23.0 require ( github.com/couchbase/gocb/v2 v2.9.4 diff --git a/dynamodb/go.mod b/dynamodb/go.mod index b297a1df..e2a92d4c 100644 --- a/dynamodb/go.mod +++ b/dynamodb/go.mod @@ -1,6 +1,6 @@ module github.com/gofiber/storage/dynamodb/v2 -go 1.23 +go 1.23.0 require ( github.com/aws/aws-sdk-go-v2 v1.36.3 diff --git a/minio/go.mod b/minio/go.mod index ef052e32..69f75423 100644 --- a/minio/go.mod +++ b/minio/go.mod @@ -1,6 +1,6 @@ module github.com/gofiber/storage/minio -go 1.23 +go 1.23.0 require ( github.com/minio/minio-go/v7 v7.0.76 diff --git a/mongodb/go.mod b/mongodb/go.mod index 7ad806c7..e0e6fb36 100644 --- a/mongodb/go.mod +++ b/mongodb/go.mod @@ -1,6 +1,6 @@ module github.com/gofiber/storage/mongodb/v2 -go 1.23 +go 1.23.0 require ( github.com/stretchr/testify v1.10.0 diff --git a/mysql/go.mod b/mysql/go.mod index b71937d6..9f49dbcd 100644 --- a/mysql/go.mod +++ b/mysql/go.mod @@ -1,6 +1,6 @@ module github.com/gofiber/storage/mysql/v2 -go 1.23 +go 1.23.0 require ( github.com/go-sql-driver/mysql v1.8.1 diff --git a/nats/go.mod b/nats/go.mod index 2416f294..4b115ea7 100644 --- a/nats/go.mod +++ b/nats/go.mod @@ -1,6 +1,6 @@ module github.com/gofiber/storage/nats -go 1.23 +go 1.23.0 require ( github.com/mdelapenya/tlscert v0.1.0 diff --git a/neo4j/go.mod b/neo4j/go.mod index bbef34f8..119e55c7 100644 --- a/neo4j/go.mod +++ b/neo4j/go.mod @@ -1,6 +1,6 @@ module github.com/gofiber/storage/neo4j -go 1.23 +go 1.23.0 require ( github.com/neo4j/neo4j-go-driver/v5 v5.27.0 diff --git a/postgres/go.mod b/postgres/go.mod index 8dbb82a3..438e2d46 100644 --- a/postgres/go.mod +++ b/postgres/go.mod @@ -1,6 +1,6 @@ module github.com/gofiber/storage/postgres/v3 -go 1.23 +go 1.23.0 require ( github.com/jackc/pgx/v5 v5.6.0 diff --git a/s3/go.mod b/s3/go.mod index f4cec1a2..fc4b0818 100644 --- a/s3/go.mod +++ b/s3/go.mod @@ -1,6 +1,6 @@ module github.com/gofiber/storage/s3/v2 -go 1.23 +go 1.23.0 require ( github.com/aws/aws-sdk-go-v2 v1.36.3