From 5ef0f120b9afbc7786c5d13593fbec78e367418f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 10:42:49 +0400 Subject: [PATCH] chore(deps): update dependency go to v1.26.1 (#313) Co-authored-by: Drew Smirnoff Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 90a5aac97f387aeedd5c3b56d5adaef53eb6ba62..d0824e836465d9ed8e925d1d795a7ea49412a183 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.26" + go-version: "1.26.1" - name: Tidy modules run: go mod tidy diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e3d3ccd0aba25e2e7e2c211278ccdefd96b6f1e2..e9a907335f476695d81b9f925aaa2fc1467fac2f 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.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 diff --git a/go.mod b/go.mod index 3b68878928b51727cb491c6490e37c6f36755025..a96b38bbcd1f87090d206906c469fc6126af333c 100644 --- a/go.mod +++ b/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