From ee97121b09bc7d06184cf435625b8cf14d55595f Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Mon, 13 Jun 2022 10:31:31 -0700 Subject: [PATCH] go.mod: Now targeting the Go 1.18 language This means we can now use type parameter syntax where appropriate. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 503403360eff..0fae01fc3d3a 100644 --- a/go.mod +++ b/go.mod @@ -206,4 +206,4 @@ replace github.com/golang/mock v1.5.0 => github.com/golang/mock v1.4.4 // replacement that includes a fix for CVE-2020-26160. replace github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt v3.2.1+incompatible -go 1.17 +go 1.18