Skip to content

Commit cd055c6

Browse files
authored
chore: update Go version to 1.24 in go.mod (#86)
Simplify Go version specification by removing patch version from 1.24.0 to 1.24. This aligns with Go module versioning best practices and ensures compatibility with Go tooling.
1 parent 280b904 commit cd055c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/sv-tools/mock-http-server
22

3-
go 1.24.0
3+
go 1.24
44

55
require (
66
github.com/goccy/go-yaml v1.17.1

0 commit comments

Comments
 (0)