Skip to content

Commit 02df7fb

Browse files
author
Your Name
committed
chore: set minimum go version to 1.20 for better compatibility
1 parent b2a73e7 commit 02df7fb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"[go]": {
77
"editor.defaultFormatter": "golang.go",
88
"editor.codeActionsOnSave": {
9-
"source.organizeImports": true
9+
"source.organizeImports": "explicit"
1010
}
1111
}
1212
}

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/zcyberseclab/zscan
22

3-
go 1.23.2
3+
go 1.21
4+
5+
toolchain go1.23.2
46

57
require (
68
github.com/oschwald/geoip2-golang v1.11.0

0 commit comments

Comments
 (0)