ci: fix govulncheck by updating go with security fixes (#207)

Andrey Nering created

Change summary

go.mod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

go.mod 🔗

@@ -1,6 +1,6 @@
 module charm.land/catwalk
 
-go 1.25.5
+go 1.25.8
 
 require (
 	github.com/charmbracelet/x/etag v0.2.0