From 8d8170acc963bee0c9be2fc32de03d008aff032d Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 29 Oct 2024 16:14:22 +0100 Subject: [PATCH] Fix: update to go version 1.23 and shorten format too --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a8cf8d3..d075894 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module git.webz.asia/go-migration/gorm-goose/v2 -go 1.22.2 +go 1.23 require ( github.com/kylelemons/go-gypsy v0.0.0-20160905020020-08cad365cd28