From 8479ee865417b73dc2c6771edec7f30ca06b2561 Mon Sep 17 00:00:00 2001 From: celestix <73958752+celestix@users.noreply.github.com> Date: Sat, 16 Dec 2023 19:11:26 +0530 Subject: [PATCH] remove toolchain reference from go.mod --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index 14aa0dc..55bf1a6 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,6 @@ module github.com/celestix/gotgproto go 1.21 -toolchain go1.21.4 - require ( github.com/AnimeKaizoku/cacher v1.0.1 github.com/go-faster/errors v0.7.0