This is an automated email from the ASF dual-hosted git repository.

gangwu pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/parquet-site.git


The following commit(s) were added to refs/heads/staging by this push:
     new 68fa122  Dropping go to 1.12 in go.mod (#43)
68fa122 is described below

commit 68fa122219e9d700c6e1faccb2fda4831292a407
Author: Vinoo Ganesh <[email protected]>
AuthorDate: Tue Mar 5 20:16:18 2024 -0500

    Dropping go to 1.12 in go.mod (#43)
---
 go.mod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/go.mod b/go.mod
index bf04a93..90cb541 100644
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,5 @@
 module github.com/apache/parquet-site
 
-go 1.23
+go 1.12
 
 require github.com/google/docsy v0.9.1 // indirect

Reply via email to