chore: 降级Go版本到1.20.14兼容性要求

This commit is contained in:
ZacharyZcR 2025-09-02 01:29:25 +00:00
parent 94ead622e2
commit f27daaa5a0

4
go.mod
View File

@ -1,8 +1,6 @@
module github.com/shadow1ng/fscan
go 1.22
toolchain go1.22.2
go 1.20
require (
github.com/IBM/sarama v1.43.3