From 606c6a00f630f4c1d6811fde8c4e5b5e3ddd3f6d Mon Sep 17 00:00:00 2001 From: Shulhan Date: Wed, 27 Mar 2024 01:12:18 +0700 Subject: go.mod: fix the go module versioning Seems like the latest Go require the minor version to be explicitly defined [1][2]. [1] https://github.com/golang/go/issues/65568 [2] https://github.com/golang/go/issues/66175 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ddc532c..8d6dce4 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module git.sr.ht/~shulhan/rescached -go 1.22 +go 1.22.0 require ( git.sr.ht/~shulhan/ciigo v0.11.1-0.20240321082653-aed750e52cec -- cgit v1.3