From 0ae8c2fd95cd65d8127a6d123e5d53c31ebb5ee5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 19:00:14 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.21.6 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5cd03fb..b2d882b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/cetteup/update-plex-ipv6-access-url -go 1.21.5 +go 1.21.6 require ( github.com/go-playground/validator/v10 v10.16.0