Skip to content

Commit

Permalink
Bump avalanchego to v1.4.10-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbuchwald committed Jul 9, 2021
1 parent b37f852 commit c9d7d09
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/VictoriaMetrics/fastcache v1.5.7
github.com/ava-labs/avalanchego v1.4.10-rc.2.0.20210709143805-175525cb0570
github.com/ava-labs/avalanchego v1.4.10-rc.3
github.com/btcsuite/btcd v0.21.0-beta // indirect
github.com/cespare/cp v0.1.0
github.com/davecgh/go-spew v1.1.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ github.com/apache/arrow/go/arrow v0.0.0-20191024131854-af6fa24be0db/go.mod h1:VT
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY=
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
github.com/ava-labs/avalanchego v1.4.10-rc.2.0.20210709143805-175525cb0570 h1:DZm732nwjyi+eX+TMO//2lmERKe/H6FSvJ55LhG2Xuw=
github.com/ava-labs/avalanchego v1.4.10-rc.2.0.20210709143805-175525cb0570/go.mod h1:V9qJp9RYUApCmGASsfTlYt+/569tuDX8MrF4j3E+oT8=
github.com/ava-labs/avalanchego v1.4.10-rc.3 h1:X0kij4Qi/uUwcLl7ZoaQ2+qgMM+mx+VWVEtIWPM2kxE=
github.com/ava-labs/avalanchego v1.4.10-rc.3/go.mod h1:V9qJp9RYUApCmGASsfTlYt+/569tuDX8MrF4j3E+oT8=
github.com/aws/aws-sdk-go-v2 v1.2.0/go.mod h1:zEQs02YRBw1DjK0PoJv3ygDYOFTre1ejlJWl8FwAuQo=
github.com/aws/aws-sdk-go-v2/config v1.1.1/go.mod h1:0XsVy9lBI/BCXm+2Tuvt39YmdHwS5unDQmxZOYe8F5Y=
github.com/aws/aws-sdk-go-v2/credentials v1.1.1/go.mod h1:mM2iIjwl7LULWtS6JCACyInboHirisUUdkBPoTHMOUo=
Expand Down
2 changes: 1 addition & 1 deletion scripts/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Set up the versions to be used
coreth_version=${CORETH_VERSION:-'v0.5.5'}
# Don't export them as they're used in the context of other calls
avalanche_version=${AVALANCHE_VERSION:-'v1.4.10-rc.2'}
avalanche_version=${AVALANCHE_VERSION:-'v1.4.10-rc.3'}

0 comments on commit c9d7d09

Please sign in to comment.