From 13787a2e003219cd6a847921d3d03252e4a516ac Mon Sep 17 00:00:00 2001 From: Amund Tenstad Date: Fri, 4 Aug 2023 11:25:50 +0200 Subject: [PATCH] chore: update go mod version to 1.20 (#46) Signed-off-by: Amund Tenstad --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 358bf5b..0a6e44c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/elastic/crd-ref-docs -go 1.19 +go 1.20 require ( github.com/Masterminds/sprig v2.22.0+incompatible