Change summary
.github/workflows/integration.yml | 3 +--
go.mod | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
Detailed changes
@@ -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'
@@ -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