From d7d3c9baeb2ece7a5329b3486ce3ffe4631ce641 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 07:57:21 +0400 Subject: [PATCH] chore(deps): update dependency go to 1.26 (#141) --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbf7a55f9967ed2947cfc932d419fd639fb16a82..90a5aac97f387aeedd5c3b56d5adaef53eb6ba62 100644 --- a/.github/workflows/ci.yml +++ b/.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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b63c5984eaa1832a93b823a3939746f5a2ea3be..17820edcea945b1eec22bcfa3f9a16dbdcae1953 100644 --- a/.github/workflows/release.yml +++ b/.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 diff --git a/go.mod b/go.mod index 8dfd985c8490b50e7616a8ad4c8aca1ab632a01d..e136c620438b10e999dcb64016c0a04ab2461b20 100644 --- a/go.mod +++ b/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