From 6b38b7d31603a9db652eae74cfb380fd93f0aa50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 04:32:44 +0000 Subject: [PATCH] chore(deps): update go module directive to v1.26.3 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- go.mod | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4ec931..ae44ccd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-go@v6 with: - go-version: "1.26.2" + go-version: "1.26.3" - name: Run tests run: go test -race -coverprofile=coverage.txt ./... @@ -41,7 +41,7 @@ jobs: - uses: actions/setup-go@v6 with: - go-version: "1.26.2" + go-version: "1.26.3" - name: golangci-lint uses: golangci/golangci-lint-action@v9 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 83a58b0..93eefba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-go@v6 with: - go-version: "1.26.2" + go-version: "1.26.3" - name: Bump version and push tag id: tag_version diff --git a/go.mod b/go.mod index 112ea75..3d80bad 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/floatpane/lattice -go 1.26.2 +go 1.26.3 require ( charm.land/bubbletea/v2 v2.0.6