File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 56
56
binary : " chihuahuad"
57
57
build_command : " make install"
58
58
chain_registry_name : " chihuahua"
59
- go_version : " 1.21 "
59
+ go_version : " 1.20.10 "
60
60
repo : " ChihuahuaChain/chihuahua"
61
61
os : " linux"
62
62
arch : " amd64"
Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ SHELL [ "/bin/bash", "-c" ]
46
46
47
47
RUN set -e && \
48
48
git clone -b ${GIT_TAG} https://github.com/${GIT_REPO}.git ./ && \
49
- export GO_MOD_VERSION="$(awk '/^go /{print $2}' go.mod)" && \
50
- if [[ "${GO_VERSION}" != "${GO_MOD_VERSION}" * ]]; then \
51
- /bin/bash < <(curl -sSL https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer) && \
52
- source ${HOME}/.gvm/scripts/gvm && \
53
- gvm install go${GO_MOD_VERSION} && \
54
- gvm use go${GO_MOD_VERSION}; \
55
- fi && \
49
+ # export GO_MOD_VERSION="$(awk '/^go /{print $2}' go.mod)" && \
50
+ # if [[ "${GO_VERSION}" != "${GO_MOD_VERSION}"* ]]; then \
51
+ # /bin/bash < <(curl -sSL https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer) && \
52
+ # source ${HOME}/.gvm/scripts/gvm && \
53
+ # gvm install go${GO_MOD_VERSION} && \
54
+ # gvm use go${GO_MOD_VERSION}; \
55
+ # fi && \
56
56
go mod download -x || true
57
57
58
58
# download wasmvm if version is specified
You can’t perform that action at this time.
0 commit comments