This repository was archived by the owner on Dec 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151151 shell : bash
152152 run : ./scripts/build.sh
153153 - name : Run Warp E2E Tests
154- uses : ava-labs/avalanchego/.github/actions/run-monitored-tmpnet-cmd@6c72dfc4254a3d157bba5c9c45135cb563b813e7
154+ uses : ava-labs/avalanchego/.github/actions/run-monitored-tmpnet-cmd@50f1601bf39a106d066012b4ef470c1058f5005a
155155 with :
156156 run : ./scripts/run_ginkgo_warp.sh
157157 run_env : AVALANCHEGO_BUILD_PATH=/tmp/e2e-test/avalanchego
@@ -179,7 +179,7 @@ jobs:
179179 shell : bash
180180 run : ./scripts/build.sh
181181 - name : Run E2E Load Tests
182- uses : ava-labs/avalanchego/.github/actions/run-monitored-tmpnet-cmd@6c72dfc4254a3d157bba5c9c45135cb563b813e7
182+ uses : ava-labs/avalanchego/.github/actions/run-monitored-tmpnet-cmd@50f1601bf39a106d066012b4ef470c1058f5005a
183183 with :
184184 run : ./scripts/run_ginkgo_load.sh
185185 run_env : AVALANCHEGO_BUILD_PATH=/tmp/e2e-test/avalanchego
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.6
55require (
66 github.com/VictoriaMetrics/fastcache v1.12.1
77 github.com/antithesishq/antithesis-sdk-go v0.3.8
8- github.com/ava-labs/avalanchego v1.13.1 -0.20250321174807-6c72dfc4254a
8+ github.com/ava-labs/avalanchego v1.12.3 -0.20250321175346-50f1601bf39a
99 github.com/cespare/cp v0.1.0
1010 github.com/crate-crypto/go-ipa v0.0.0-20231025140028-3c0104f4b233
1111 github.com/davecgh/go-spew v1.1.1
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ github.com/antithesishq/antithesis-sdk-go v0.3.8/go.mod h1:IUpT2DPAKh6i/YhSbt6Gl
6262github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 /go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8 =
6363github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio =
6464github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 /go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs =
65- github.com/ava-labs/avalanchego v1.13.1 -0.20250321174807-6c72dfc4254a h1:JiXcmzcosrMp35ow+lQ9DQxrWvX9y+AGgGFhAGZcfgA =
66- github.com/ava-labs/avalanchego v1.13.1 -0.20250321174807-6c72dfc4254a /go.mod h1:fpV/GmbfIB3P53gkq6zFpyeQtyAsJIuZCCKnm7TJ4sQ =
65+ github.com/ava-labs/avalanchego v1.12.3 -0.20250321175346-50f1601bf39a h1:KSpG4lheMcV3oWrJJQyDyzx+JqSzjJPZEpi7UkSvE8I =
66+ github.com/ava-labs/avalanchego v1.12.3 -0.20250321175346-50f1601bf39a /go.mod h1:fpV/GmbfIB3P53gkq6zFpyeQtyAsJIuZCCKnm7TJ4sQ =
6767github.com/ava-labs/coreth v0.15.0-rc.0.0.20250321001337-7fa47ba3fa18 h1:OKWMFJZEalp9Kdw0tsKVU6Ky0inxqW/Wt0qCWQIxkZc =
6868github.com/ava-labs/coreth v0.15.0-rc.0.0.20250321001337-7fa47ba3fa18 /go.mod h1:2DHfOrbTkZiTyWG5xyZW/4zGV0+hnk92Fsbpfk6AJeg =
6969github.com/aymerick/raymond v2.0.3-0.20180322193309-b565731e1464+incompatible /go.mod h1:osfaiScAUVup+UC9Nfq76eWqDhXlp+4UYaA8uhTBO6g =
You can’t perform that action at this time.
0 commit comments