From 1356e0dc34c0a5f96c5d502eefc49444197af757 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Tue, 20 Feb 2024 13:28:43 +0000 Subject: [PATCH] fix: remove toolchain directive --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index 22c31f2..759a6f9 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,6 @@ module code.dumpstack.io/tools/out-of-tree go 1.21 -toolchain go1.21.6 - require ( github.com/Masterminds/semver v1.5.0 github.com/alecthomas/kong v0.7.1