From dc796fa0da4a9f9ee1ca9ea45850c73d2d13962a Mon Sep 17 00:00:00 2001 From: Sergio Andres Virviescas Santana Date: Mon, 21 Jun 2021 16:53:08 +0200 Subject: [PATCH] Deprecate Go 1.12, 1.13 and 1.14 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 439b691..d09ab46 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/atreugo/helmet -go 1.12 +go 1.15 require ( github.com/savsgio/atreugo/v11 v11.8.0