1
0
mirror of https://github.com/xorcare/testing-go-code-with-postgres.git synced 2025-06-30 23:23:40 +02:00

Bump go from 1.22.0 to 1.24.2

This commit is contained in:
Vasiliy Vasilyuk
2025-04-30 10:31:00 +03:00
parent ca2c3c4433
commit d0e4af0d80
3 changed files with 5 additions and 5 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/xorcare/testing-go-code-with-postgres
go 1.22.0
go 1.24.2
require (
github.com/golang-migrate/migrate/v4 v4.18.2