Merge pull request #110 from aykhans/core/update-go

🔧 bump go version to 1.24.2
This commit is contained in:
Aykhan Shahsuvarov 2025-04-26 16:38:03 +04:00 committed by GitHub
commit c927e31c49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/aykhans/dodo
go 1.24.0
go 1.24.2
require (
github.com/jedib0t/go-pretty/v6 v6.6.7