From 5efab1bcda79a8659d77d04c42dbba257980d673 Mon Sep 17 00:00:00 2001 From: cubicroot Date: Sat, 24 Feb 2024 15:43:04 +0100 Subject: [PATCH] remove toolchain directive --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index e3481509..f6058f5d 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,6 @@ module github.com/CubicrootXYZ/matrix-reminder-and-calendar-bot go 1.21 -toolchain go1.21.0 - require ( github.com/CubicrootXYZ/gologger v0.2.2 github.com/CubicrootXYZ/gonaturalduration v0.5.0