update to latest go version

This commit is contained in:
Pedro Pérez 2025-05-09 18:23:22 +02:00
parent 787ead652d
commit ec78f9f77d
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ familiar.
- Ready-to-use pagination - Ready-to-use pagination
- Binding form inputs and JSON to structured types - 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 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 challenge of making a project with zero dependencies. With Go version 1.22, it

2
go.mod
View File

@ -1,3 +1,3 @@
module ron module ron
go 1.23.2 go 1.24.3