From cdc8189ad136110cfffc1b95ec07524d3af0a343 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 20:09:59 -0800 Subject: [PATCH] Update module go to 1.19 (#1955) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8ba83c68..ae87771d 100644 --- a/go.mod +++ b/go.mod @@ -40,4 +40,4 @@ require ( gotest.tools/v3 v3.0.3 // indirect ) -go 1.18 +go 1.19