Browse Source

Require Go 1.11 in go.mod

DarthSim 5 years ago
parent
commit
68fd0491e1
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
 module github.com/imgproxy/imgproxy
 
 
-go 1.12
+go 1.11
 
 
 require (
 require (
 	cloud.google.com/go v0.34.0
 	cloud.google.com/go v0.34.0