chore(deps): update dependency go to v1.26.1 (#313)

renovate[bot] , Drew Smirnoff , and renovate[bot] created

Co-authored-by: Drew Smirnoff <drew@floatpane.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

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.26"
+          go-version: "1.26.1"
 
       - 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.26" # Match the Go version in go.mod
+          go-version: "1.26.1" # 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.26.0
+go 1.26.1
 
 require (
 	charm.land/bubbles/v2 v2.0.0