fix: remove toolchain in go mod

This commit is contained in:
Manuel de la Peña
2024-08-29 14:55:45 +02:00
parent ff25433c70
commit fc01fc5829

View File

@@ -2,8 +2,6 @@ module github.com/gofiber/storage/postgres/v3
go 1.21
toolchain go1.22.4
require (
github.com/jackc/pgx/v5 v5.6.0
github.com/stretchr/testify v1.9.0