Skip to content

Commit 5ef0f12

Browse files
chore(deps): update dependency go to v1.26.1 (#313)
Co-authored-by: Drew Smirnoff <drew@floatpane.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ecdb998 commit 5ef0f12

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v6
1717
with:
18-
go-version: "1.26"
18+
go-version: "1.26.1"
1919

2020
- name: Tidy modules
2121
run: go mod tidy

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@v6
2424
with:
25-
go-version: "1.26" # Match the Go version in go.mod
25+
go-version: "1.26.1" # Match the Go version in go.mod
2626

2727
- name: Bump version and push tag
2828
id: tag_version

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/floatpane/matcha
22

3-
go 1.26.0
3+
go 1.26.1
44

55
require (
66
charm.land/bubbles/v2 v2.0.0

0 commit comments

Comments
 (0)