From bbf066ddcc97070b75968ca08618873635998749 Mon Sep 17 00:00:00 2001 From: Satoru Kitaguchi <64164948+satorunooshie@users.noreply.github.com> Date: Wed, 9 Aug 2023 10:43:21 +0900 Subject: [PATCH] update go version 1.21 :arrow_up: (#4) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index cebe64f..443f0d2 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/satorunooshie/asn -go 1.20 +go 1.21 require github.com/lestrrat-go/jwx/v2 v2.0.11