mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-10 00:02:54 +01:00
Downgrade Go version in go.mod
The Go version specified in the go.mod file has been downgraded from 1.22.1 to 1.22. This change is necessary to maintain compatibility with systems and dependencies that may not yet support the latest version of Go.
This commit is contained in:
parent
061b9f4f7f
commit
decf5526d1
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -4,6 +4,6 @@
|
||||||
|
|
||||||
module github.com/wneessen/apg-go
|
module github.com/wneessen/apg-go
|
||||||
|
|
||||||
go 1.22.1
|
go 1.22
|
||||||
|
|
||||||
require github.com/wneessen/go-hibp v1.0.6
|
require github.com/wneessen/go-hibp v1.0.6
|
||||||
|
|
Loading…
Reference in a new issue