Rolling back to v1.21.1

This commit is contained in:
Ricardo Katz 2023-09-09 11:37:53 -03:00 committed by GitHub
parent 7b25b58df2
commit 4583169eeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
go.mod
View file

@ -1,6 +1,6 @@
module k8s.io/ingress-nginx
go 1.21
go 1.21.1
require (
github.com/armon/go-proxyproto v0.0.0-20210323213023-7e956b284f0a

View file

@ -1,6 +1,6 @@
module github.com/kubernetes/ingress-nginx/magefiles
go 1.21
go 1.21.1
require (
github.com/blang/semver/v4 v4.0.0