From d8379d274b220d30abbc6848f6655b8c04c217a6 Mon Sep 17 00:00:00 2001 From: Smoke <86024507+crypto-smoke@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:17:59 -1000 Subject: [PATCH] adjust go version --- meshtastic/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/go.mod b/meshtastic/go.mod index fb4c9352..0a95d38a 100644 --- a/meshtastic/go.mod +++ b/meshtastic/go.mod @@ -1,6 +1,6 @@ module github.com/meshnet-gophers/protobufs/meshtastic -go 1.22.0 +go 1.21 require ( github.com/planetscale/vtprotobuf v0.6.0