Update go.mod module path and Go version

The go.mod file was updated to reflect a new module path and an upgrade in Go version. The module path is now set to src.neessen.cloud/wneessen/apg-go, and the Go version has been updated to 1.22.
This commit is contained in:
Winni Neessen 2024-03-07 21:15:36 +01:00
parent 203da17634
commit 86b0ca972e
Signed by: wneessen
GPG key ID: 5F3AF39B820C119D

4
go.mod
View file

@ -1,3 +1,3 @@
module github.com/wneessen/apg-go
module src.neessen.cloud/wneessen/apg-go
go 1.20
go 1.22