You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by wa...@apache.org on 2022/09/19 07:05:48 UTC

[incubator-devlake] 02/02: feat: use go 1.17

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

warren pushed a commit to branch release-v0.12
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git

commit b9f4cacbcf0bb1ce1e022bed07271daa83dc09d7
Author: long2ice <lo...@gmail.com>
AuthorDate: Mon Sep 19 14:54:26 2022 +0800

    feat: use go 1.17
---
 go.mod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/go.mod b/go.mod
index 7173e3d4..554a3556 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module github.com/apache/incubator-devlake
 
-go 1.19
+go 1.17
 
 require (
 	github.com/cockroachdb/errors v1.9.0