This is an automated email from the ASF dual-hosted git repository.
klesh pushed a commit to branch release-v0.18
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/release-v0.18 by this push:
new dd019e98a fix: go.mod should be using golang v1.20 (#5786)
dd019e98a is described below
commit dd019e98aed8fdd238c2b7fbee4209c9cedb76b9
Author: Klesh Wong <[email protected]>
AuthorDate: Wed Aug 2 11:02:59 2023 +0800
fix: go.mod should be using golang v1.20 (#5786)
---
backend/go.mod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/backend/go.mod b/backend/go.mod
index 2bd432502..b13d81719 100644
--- a/backend/go.mod
+++ b/backend/go.mod
@@ -1,6 +1,6 @@
module github.com/apache/incubator-devlake
-go 1.19
+go 1.20
require (
github.com/aws/aws-sdk-go v1.44.242