From fc01fc5829f3e8280de6bacfa27bea235a7b19d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Thu, 29 Aug 2024 14:55:45 +0200 Subject: [PATCH] fix: remove toolchain in go mod --- postgres/go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/postgres/go.mod b/postgres/go.mod index 701290e8..8af3890f 100644 --- a/postgres/go.mod +++ b/postgres/go.mod @@ -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