diff --git a/go.mod b/go.mod index 338f6cf..08176fa 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/moov-io/metro2 go 1.22.0 -toolchain go1.23.3 +toolchain go1.23.4 require ( github.com/gorilla/mux v1.8.1