mirror of
https://github.com/wneessen/niljson.git
synced 2024-11-21 13:10:49 +01:00
Downgrade Go version to 1.18
This change updates the Go version in go.mod from 1.23 to 1.18. It ensures compatibility with the current development environment and resolves any version-specific issues.```
This commit is contained in:
parent
bdd7efec82
commit
65168ce50b
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -4,4 +4,4 @@
|
|||
|
||||
module github.com/wneessen/niljson
|
||||
|
||||
go 1.23
|
||||
go 1.18
|
||||
|
|
Loading…
Reference in a new issue