diff --git a/go.mod b/go.mod index 7ee60e1c..59d538f1 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/istio-ecosystem/authservice -go 1.21.8 +go 1.22.2 require ( github.com/alicebob/miniredis/v2 v2.31.1