chore: update go version back to 1.26 (#156)

Drew Smirnoff created

Change summary

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

Detailed changes

go.mod 🔗

@@ -1,6 +1,6 @@
 module github.com/floatpane/matcha
 
-go 1.24.2
+go 1.26.0
 
 require (
 	github.com/PuerkitoBio/goquery v1.11.0