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:
Winni Neessen 2024-09-01 19:23:55 +02:00
parent bdd7efec82
commit 65168ce50b
Signed by: wneessen
GPG key ID: 385AC9889632126E

2
go.mod
View file

@ -4,4 +4,4 @@
module github.com/wneessen/niljson
go 1.23
go 1.18