Skip to content

Commit f3c3a69

Browse files
committed
deps: bump go 1.23 to 1.25
1 parent 88fd738 commit f3c3a69

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
module github.com/134130/gh-cherry-pick
22

3-
go 1.23
3+
go 1.25
44

55
require (
66
github.com/briandowns/spinner v1.23.1
7+
github.com/charmbracelet/lipgloss v1.0.0
78
github.com/cli/safeexec v1.0.0
8-
github.com/fatih/color v1.18.0
99
)
1010

1111
require (
1212
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
13-
github.com/charmbracelet/lipgloss v1.0.0 // indirect
1413
github.com/charmbracelet/x/ansi v0.4.2 // indirect
14+
github.com/fatih/color v1.18.0 // indirect
1515
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
1616
github.com/mattn/go-colorable v0.1.13 // indirect
1717
github.com/mattn/go-isatty v0.0.20 // indirect

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tools]
2-
go = '1.23'
2+
go = '1.25'
33
goreleaser = "latest"
44

55
[tasks.release]

0 commit comments

Comments
 (0)