From 0fb2ec0ad0750d2e852cc3bd5449d560c6130a83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 03:55:36 -0600 Subject: [PATCH] chore(deps): update go to v1.21.4 (#44) [skip ci] Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3f3778b..cd38863 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/gabe565/castsponsorskip -go 1.21.3 +go 1.21.4 require ( github.com/buger/jsonparser v1.1.1