From b060e34f68d717d70d394b220f3005e908dfcce9 Mon Sep 17 00:00:00 2001 From: Adrian Shum Date: Tue, 21 Feb 2023 12:42:03 +0800 Subject: [PATCH] build: go 1.19.6 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f9e4005..3b5c4fa 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/cshum/imagorvideo -go 1.18 +go 1.19 require ( github.com/cshum/imagor v1.4.1