mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-09 15:52:54 +01:00
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:
parent
203da17634
commit
86b0ca972e
1 changed files with 2 additions and 2 deletions
4
go.mod
4
go.mod
|
@ -1,3 +1,3 @@
|
|||
module github.com/wneessen/apg-go
|
||||
module src.neessen.cloud/wneessen/apg-go
|
||||
|
||||
go 1.20
|
||||
go 1.22
|
||||
|
|
Loading…
Reference in a new issue