From 623f160757f3c1dd89f374216ebfc1c87cedf63d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 20:07:54 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 235337cd1..451761729 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/un-ts/sh-syntax -go 1.20 +go 1.23.4 require ( github.com/mailru/easyjson v0.7.7