Update Go version in go.mod

The Go version specified in the go.mod file has been downgraded from 1.22 to 1.21. This is to ensure compatibility with the project's specified dependencies.
This commit is contained in:
Winni Neessen 2024-03-17 19:33:18 +01:00
parent 6f25663957
commit bffc8ac65e
Signed by: wneessen
GPG key ID: 5F3AF39B820C119D

2
go.mod
View file

@ -4,6 +4,6 @@
module github.com/wneessen/apg-go
go 1.22
go 1.21
require github.com/wneessen/go-hibp v1.0.6