From e06a2fee1241b1c04a47627274e6d57915c753ab Mon Sep 17 00:00:00 2001 From: Floatpane Bot Date: Wed, 3 Jun 2026 20:03:28 +0400 Subject: [PATCH] chore(deps): go ^ 1.26.4 (#1419) Co-authored-by: Drew Smirnoff --- .github/workflows/integration.yml | 3 +-- go.mod | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 191ea88abb13f2406ca1ec3457c3a9b1ae0e5599..e79842274b23c4b1d695cabf7ba036c89d50f621 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -69,14 +69,13 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - go: ["1.26.3"] steps: - uses: actions/checkout@v6 - name: Set up Go uses: actions/setup-go@v6 with: - go-version: ${{ matrix.go }} + go-version: "1.26.4" - name: Install system deps (linux) if: runner.os == 'Linux' diff --git a/go.mod b/go.mod index 7b41b7a5c7e0eee2881e143e1bdefc54b9fd439b..40c8450bee07af9a770899c6db0f51ec3229dea7 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/floatpane/matcha -go 1.26.3 +go 1.26.4 require ( charm.land/bubbles/v2 v2.1.0