update golang to 1.22.4 (#11427)

Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
James Strong 2024-06-06 07:23:55 -04:00 committed by GitHub
parent c8722b225d
commit ac9e40a8cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 3 deletions

2
go.mod
View file

@ -2,7 +2,7 @@ module k8s.io/ingress-nginx
go 1.22.0
toolchain go1.22.2
toolchain go1.22.4
require (
dario.cat/mergo v1.0.0