diff --git a/go.mod b/go.mod index 0b40a36..460fbe0 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module code.patial.tech/go/mux -go 1.25 +go 1.26 diff --git a/go.work b/go.work index c622f51..7005fde 100644 --- a/go.work +++ b/go.work @@ -1,4 +1,4 @@ -go 1.25.1 +go 1.26 use . diff --git a/playground/go.mod b/playground/go.mod index cae3eed..5f4c3f4 100644 --- a/playground/go.mod +++ b/playground/go.mod @@ -1,6 +1,6 @@ module code.patial.tech/go/mux/playground -go 1.24 +go 1.26 require ( code.patial.tech/go/mux v0.7.1