Skip to content

Commit 70ade3c

Browse files
committed
chore: update Go requirements and simplify go.mod
- Update minimum Go version from 1.21 to 1.23 - Remove toolchain directive for better compatibility - Simplify go.mod for easier maintenance
1 parent 36b421b commit 70ade3c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ go get github.com/noborus/termhyo
2525

2626
### Requirements
2727

28-
- Go 1.21 or later
28+
- Go 1.23 or later
2929

3030
## File Structure
3131

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/noborus/termhyo
22

33
go 1.23.0
44

5-
toolchain go1.24.6
6-
75
require (
86
github.com/mattn/go-runewidth v0.0.16
97
golang.org/x/text v0.28.0

0 commit comments

Comments
 (0)