Chore: upgrade go.mod go version to 1.19 (#2331)

This commit is contained in:
Pan
2022-09-29 11:47:30 +08:00
committed by GitHub
parent fb85691fb9
commit 3e2b08f9d0
3 changed files with 50 additions and 32 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/Dreamacro/clash
go 1.18
go 1.19
require (
github.com/go-chi/chi/v5 v5.0.7