We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecdb998 commit 5ef0f12Copy full SHA for 5ef0f12
3 files changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Go
16
uses: actions/setup-go@v6
17
with:
18
- go-version: "1.26"
+ go-version: "1.26.1"
19
20
- name: Tidy modules
21
run: go mod tidy
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
- go-version: "1.26" # Match the Go version in go.mod
+ go-version: "1.26.1" # Match the Go version in go.mod
26
27
- name: Bump version and push tag
28
id: tag_version
go.mod
@@ -1,6 +1,6 @@
1
module github.com/floatpane/matcha
2
3
-go 1.26.0
+go 1.26.1
4
5
require (
6
charm.land/bubbles/v2 v2.0.0
0 commit comments