mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-09 15:52:54 +01:00
Upgrade Go version in go.mod
The Go version specified in the go.mod file has been upgraded from 1.21 to 1.22.1. This change ensures the use of the latest Go features and improvements, enhancing the overall project performance.
This commit is contained in:
parent
bffc8ac65e
commit
061b9f4f7f
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
|
||||
|
||||
go 1.21
|
||||
go 1.22.1
|
||||
|
||||
require github.com/wneessen/go-hibp v1.0.6
|
||||
|
|
Loading…
Reference in a new issue