From 71bed8aa690e2afc3919598eed2ffe9fdf66ad50 Mon Sep 17 00:00:00 2001 From: bvanvugt <1531419+bvanvugt@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:54:26 +0000 Subject: [PATCH] Update go module to Go 1.21 (which is what we actually use) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a7adfcd..25de41d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/BattlesnakeOfficial/exporter -go 1.17 +go 1.21 require ( github.com/alitto/pond v1.8.3