소스 검색

Require go 1.19

DarthSim 2 년 전
부모
커밋
2c1f232995
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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