diff --git a/README.md b/README.md index cf506ce..55e8cc6 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ familiar. - Ready-to-use pagination - Binding form inputs and JSON to structured types -## Motivación +## Motivation It was created from the need to explore the standard library in depth and the challenge of making a project with zero dependencies. With Go version 1.22, it -was the perfect opportunity thanks to the changes made in the http package. +was the perfect opportunity thanks to the changes made in the http package. \ No newline at end of file diff --git a/go.mod b/go.mod index 2277ce4..9e791a0 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module ron -go 1.23.2 +go 1.24.3