Browse Source

Require go 1.19

DarthSim 2 years ago
parent
commit
2c1f232995
1 changed files with 1 additions and 1 deletions
  1. 1 1
      go.mod

+ 1 - 1
go.mod

@@ -1,6 +1,6 @@
 module github.com/imgproxy/imgproxy/v3
 
-go 1.18
+go 1.19
 
 require (
 	cloud.google.com/go/storage v1.30.1