-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump avalanchego to v1.9.0 * go * Update go.mod
- Loading branch information
1 parent
6f2c1f0
commit 36e8ffa
Showing
5 changed files
with
25 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#!/usr/bin/env bash | ||
|
||
# Set up the versions to be used | ||
subnet_evm_version=${SUBNET_EVM_VERSION:-'v0.3.0'} | ||
subnet_evm_version=${SUBNET_EVM_VERSION:-'v0.4.0'} | ||
# Don't export them as they're used in the context of other calls | ||
avalanche_version=${AVALANCHE_VERSION:-'v1.8.6'} | ||
network_runner_version=${NETWORK_RUNNER_VERSION:-'v1.2.2'} | ||
ginkgo_version=${GINKGO_VERSION:-'v2.1.4'} | ||
avalanche_version=${AVALANCHE_VERSION:-'v1.9.0'} | ||
network_runner_version=${NETWORK_RUNNER_VERSION:-'e7eb33c1e830e6be0a39162ebf4a3abee80a335b'} | ||
ginkgo_version=${GINKGO_VERSION:-'v2.2.0'} | ||
|