chore(deps): update dependency go to 1.26 (#141)

renovate[bot] created

Change summary

.github/workflows/ci.yml      | 2 +-
.github/workflows/release.yml | 2 +-
go.mod                        | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

Detailed changes

.github/workflows/ci.yml 🔗

@@ -15,7 +15,7 @@ jobs:
       - name: Set up Go
         uses: actions/setup-go@v6
         with:
-          go-version: "1.25"
+          go-version: "1.26"
 
       - name: Tidy modules
         run: go mod tidy

.github/workflows/release.yml 🔗

@@ -22,7 +22,7 @@ jobs:
       - name: Set up Go
         uses: actions/setup-go@v6
         with:
-          go-version: "1.25" # Match the Go version in go.mod
+          go-version: "1.26" # Match the Go version in go.mod
 
       - name: Bump version and push tag
         id: tag_version

go.mod 🔗

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