Drop support for go1.18 and go1.19

This commit is contained in:
世界 2024-06-07 15:40:32 +08:00
parent ab4353dd13
commit f3380c8dfe
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
2 changed files with 1 additions and 33 deletions

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/sagernet/sing
go 1.18
go 1.20
require (
github.com/stretchr/testify v1.9.0