Commit ec7adec
Eric Bower
·
2026-05-11 09:34:34 -0400 EDT
parent c251930
chore: update go
M
go.mod
+1,
-1
1@@ -1,6 +1,6 @@
2 module github.com/picosh/pgit
3
4-go 1.24
5+go 1.26
6
7 require (
8 github.com/alecthomas/chroma/v2 v2.13.0
+3,
-0
1@@ -0,0 +1,3 @@
2+[tools]
3+go = "1.26.2"
4+"go:golang.org/x/tools/gopls" = "latest"