Fix invalid Go version in go.mod

This commit is contained in:
Rob Newberry 2026-02-01 17:58:38 -05:00 committed by Peter Steinberger
parent 957603e84c
commit 67fe654cfe

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/steipete/gogcli
go 1.25
go 1.24.0
require (
github.com/99designs/keyring v1.2.2