Upgrade GO to 1.24.7 (#308)

* Update Go version from 1.24.6 to 1.24.7

* Update go.mod
2 files changed
tree: 6e04bc198ec7c1d899181f9a1af3ca935ea5031d
  1. .github/
  2. .vscode/
  3. ats_caching/
  4. bin/
  5. charts/
  6. config/
  7. docs/
  8. endpoint/
  9. k8s/
  10. main/
  11. namespace/
  12. pluginats/
  13. proxy/
  14. redis/
  15. tests/
  16. util/
  17. watcher/
  18. .asf.yaml
  19. .gitignore
  20. .gitmodules
  21. .golangci.yaml
  22. CODEOWNERS
  23. Dockerfile
  24. go.mod
  25. go.sum
  26. GO_VERSION
  27. LICENSE
  28. README.md
README.md

ATS Kubernetes Ingress Controller

Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept. Test Build and Integrate Go ReportCard

Introduction

Apache Traffic Server (ATS) is a high performance, open-source, caching proxy server that is scalable and configurable. This project uses ATS as a Kubernetes(K8s) ingress

Dependencies

  • Alpine Linux 3.20.7
  • Apache Traffic Server 9.2.11
  • OpenResty LuaJIT2 v2.1-20230410
  • Go (Version can be found in GO_VERSION file found at the base of this repository)
  • Other Packages
    • luasocket 3.0.0
    • redis-lua 2.0.4
  • Tested on Minikube 1.36.0 / Kubernetes 1.32.8