From 4cfead1a50569bd6c15f0ed7f9723d0ea2a2f46e Mon Sep 17 00:00:00 2001 From: Pavel Zbitskiy <65323360+algorandskiy@users.noreply.github.com> Date: Tue, 4 Apr 2023 17:27:35 -0400 Subject: [PATCH] update to use go 1.17 (#9) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5d110a1b..c38e70bf 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/algorand/websocket -go 1.16 +go 1.17