From b53f02beb1e1ff1e984fe6830b7704eb21a94526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Thu, 29 Aug 2024 15:10:17 +0200 Subject: [PATCH] fix: remove toolchain --- mongodb/go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/mongodb/go.mod b/mongodb/go.mod index b7c62c06..02fcd458 100644 --- a/mongodb/go.mod +++ b/mongodb/go.mod @@ -2,8 +2,6 @@ module github.com/gofiber/storage/mongodb/v2 go 1.21 -toolchain go1.22.1 - require ( github.com/stretchr/testify v1.9.0 github.com/testcontainers/testcontainers-go/modules/mongodb v0.33.0