Skip to content

Commit ee9440f

Browse files
fix: update Go version to 1.25.0 and remove toolchain directive
1 parent b6ada0f commit ee9440f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/mfridman/tparse
22

3-
go 1.23.0
4-
5-
toolchain go1.24.2
3+
go 1.25.0
64

75
require (
86
github.com/charmbracelet/lipgloss v1.1.0

0 commit comments

Comments
 (0)