.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
renovate[bot] , Drew Smirnoff , and renovate[bot] created
Co-authored-by: Drew Smirnoff <drew@floatpane.com>
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(-)
@@ -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
@@ -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
@@ -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