chore: upgrade go requirement to 1.22
This commit is contained in:
parent
0ddc65b43f
commit
4ac186ae09
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
||||||
module nocternity.net/fetchcert
|
module nocternity.net/fetchcert
|
||||||
|
|
||||||
go 1.17
|
go 1.22
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
|
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
|
||||||
|
|
Loading…
Reference in a new issue