From 6694c4759dd4238dff2a60c373beadcf3b76a639 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 18:22:05 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.6 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 235337cd1..b94e7a26d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/un-ts/sh-syntax -go 1.20 +go 1.23.6 require ( github.com/mailru/easyjson v0.7.7