We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1569e99 + c26f2c6 commit 24d9b69Copy full SHA for 24d9b69
2 files changed
.gitmodules
@@ -1,3 +1,9 @@
1
[submodule "epitome/jungle"]
2
path = epitome/jungle
3
- url = git@github.com:hyperboliclabs/jungle.proto.git
+ # url = git@github.com:hyperboliclabs/jungle.proto.git
4
+
5
+ # use https for now to avoid argo issues cloning ssh submodules
6
+ url = https://github.com/hyperboliclabs/jungle.proto.git
7
8
+ # this is necessary to get argo to pull down only the top-level module
9
+ fetchRecurseSubmodules = false
epitome/go.mod
@@ -1,7 +1,6 @@
module epitome.hyperbolic.xyz
go 1.23.0
-
toolchain go1.24.1
// go 1.23
0 commit comments