We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbae8fd commit 93e4600Copy full SHA for 93e4600
scripts/build_coreth.sh
@@ -13,7 +13,7 @@ BUILD_DIR="$AVALANCHE_PATH/build" # Where binaries go
13
PLUGIN_DIR="$BUILD_DIR/plugins" # Where plugin binaries (namely coreth) go
14
BINARY_PATH="$PLUGIN_DIR/evm"
15
16
-CORETH_VER="v0.4.0-rc.4"
+CORETH_VER="v0.4.0-rc.6"
17
18
CORETH_PATH="$GOPATH/pkg/mod/github.com/ava-labs/coreth@$CORETH_VER"
19
scripts/local.Dockerfile
@@ -2,7 +2,7 @@
2
3
# This Dockerfile is meant to be used with the build_local_dep_image.sh script
4
# in order to build an image using the local version of coreth
5
-FROM golang:1.13.4-buster
+FROM golang:1.15.5-buster
6
7
RUN mkdir -p /go/src/github.com/ava-labs
8
0 commit comments