This is an automated email from the ASF dual-hosted git repository. zhangjintao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
from 3fa789df chore: remove support for Ingress in the extensions/v1beta1 API version (#1840) add 37e9201c chore: Upgrade Go tool chain version 1.19 to version 1.20 (#1788) No new revisions were added by this update. Summary of changes: .github/workflows/e2e-test-ci-v2-cron.yml | 4 ++-- .github/workflows/e2e-test-ci.yml | 4 ++-- .github/workflows/goimports-reviser.yml | 2 +- .github/workflows/golangci-lint.yml | 4 ++-- .github/workflows/k8s-timer-ci.yml | 4 ++-- .github/workflows/lint-checker.yml | 2 +- .github/workflows/unit-test-ci.yml | 2 +- .github/workflows/verify-codegen.yml | 2 +- Dockerfile | 2 +- Makefile | 2 +- docs/en/latest/contribute.md | 2 +- go.mod | 2 +- pkg/utils/{s2b_new.go => s2b.go} | 0 pkg/utils/s2b_old.go | 39 ------------------------------- test/e2e/go.mod | 2 +- test/e2e/suite-annotations/redirect.go | 20 ++++++++-------- 16 files changed, 27 insertions(+), 66 deletions(-) rename pkg/utils/{s2b_new.go => s2b.go} (100%) delete mode 100644 pkg/utils/s2b_old.go