From 8908bd0859c7210a74a829c3e591210a60a0e8cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 10:16:37 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.21.4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index bf6609d7..dc958204 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/siyul-park/uniflow -go 1.21.0 +go 1.21.4 require ( github.com/benbjohnson/immutable v0.4.3