Skip to content

Commit 606c6a0

Browse files
committed
go.mod: fix the go module versioning
Seems like the latest Go require the minor version to be explicitly defined [1][2]. [1] golang/go#65568 [2] golang/go#66175
1 parent 7560d70 commit 606c6a0

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
@@ -3,7 +3,7 @@
33

44
module git.sr.ht/~shulhan/rescached
55

6-
go 1.22
6+
go 1.22.0
77

88
require (
99
git.sr.ht/~shulhan/ciigo v0.11.1-0.20240321082653-aed750e52cec

0 commit comments

Comments
 (0)