This is an automated email from the ASF dual-hosted git repository.
linkinstar pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-answer-plugins.git
The following commit(s) were added to refs/heads/main by this push:
new 4699a7d chore: update Go version in go.mod to 1.19
4699a7d is described below
commit 4699a7dfe7e1128bb5c9781f8b128341c80efbf0
Author: IamMelody233 <[email protected]>
AuthorDate: Wed Sep 18 12:34:50 2024 +0800
chore: update Go version in go.mod to 1.19
---
render-markdown-codehighlight/go.mod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/render-markdown-codehighlight/go.mod
b/render-markdown-codehighlight/go.mod
index 9d201ed..e4addb4 100644
--- a/render-markdown-codehighlight/go.mod
+++ b/render-markdown-codehighlight/go.mod
@@ -1,6 +1,6 @@
module github.com/apache/incubator-answer-plugins/render-markdown-codehighlight
-go 1.22.6
+go 1.19
require (
github.com/apache/incubator-answer v1.3.6