From 39a91e4c22330caefa83a573b7093507033b5f07 Mon Sep 17 00:00:00 2001 From: Dmitry Mikhirev Date: Sat, 23 Mar 2024 12:20:13 +0400 Subject: [PATCH] switch to go 1.22 (#369) fixes #368 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e3e6a6b..9c8f23f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/folbricht/routedns -go 1.20 +go 1.22 require ( github.com/BurntSushi/toml v1.2.1