Skip to content

Commit 9187384

Browse files
bump avalanchego
1 parent 9465469 commit 9187384

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
path: avalanchego
105105
token: ${{ secrets.AVALANCHE_PAT }}
106106
- name: Run e2e tests
107-
uses: ava-labs/avalanchego/.github/actions/run-monitored-tmpnet-cmd@63cc1a166a56e749f3c02856babbde596757f1e1
107+
uses: ava-labs/avalanchego/.github/actions/run-monitored-tmpnet-cmd@6afe371e3b8600986f92432e7da477614c78331b
108108
with:
109109
run: ./scripts/run_task.sh test-e2e-ci
110110
prometheus_url: ${{ secrets.PROMETHEUS_URL || '' }}
@@ -132,7 +132,7 @@ jobs:
132132
ref: ${{ github.event.inputs.avalanchegoBranch }}
133133
path: avalanchego
134134
- name: Run Warp E2E Tests
135-
uses: ava-labs/avalanchego/.github/actions/run-monitored-tmpnet-cmd@63cc1a166a56e749f3c02856babbde596757f1e1
135+
uses: ava-labs/avalanchego/.github/actions/run-monitored-tmpnet-cmd@6afe371e3b8600986f92432e7da477614c78331b
136136
with:
137137
run: ./scripts/run_task.sh test-e2e-warp-ci
138138
artifact_prefix: warp

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ go 1.24.9
1616

1717
require (
1818
github.com/VictoriaMetrics/fastcache v1.12.1
19-
github.com/ava-labs/avalanchego v1.13.6-0.20251007213349-63cc1a166a56
19+
github.com/ava-labs/avalanchego v1.13.6-0.20251028023847-6afe371e3b86
2020
github.com/ava-labs/firewood-go-ethhash/ffi v0.0.13
2121
github.com/ava-labs/libevm v1.13.15-0.20251016142715-1bccf4f2ddb2
2222
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156/go.mod h1:Cb/ax
2626
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8=
2727
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
2828
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
29-
github.com/ava-labs/avalanchego v1.13.6-0.20251007213349-63cc1a166a56 h1:Q4lnXtjMwsIheyRUkuOU7EZZ9WFf28vMWG4lPCmqhaE=
30-
github.com/ava-labs/avalanchego v1.13.6-0.20251007213349-63cc1a166a56/go.mod h1:EL0MGbL2liE9jp4QtCHR2thkNl8hCkD26DJ+7cmcaqs=
29+
github.com/ava-labs/avalanchego v1.13.6-0.20251028023847-6afe371e3b86 h1:Amek9uS/P+Vbso0Sg3QnuLxRQZFBHqtm1AMyKD6UlYQ=
30+
github.com/ava-labs/avalanchego v1.13.6-0.20251028023847-6afe371e3b86/go.mod h1:wEiDa5Lc3oKm9l2AxJOXmLz00Wg7b3hUttgkfzgRoDA=
3131
github.com/ava-labs/firewood-go-ethhash/ffi v0.0.13 h1:obPwnVCkF5+B2f8WbTepHj0ZgiW21vKUgFCtATuAYNY=
3232
github.com/ava-labs/firewood-go-ethhash/ffi v0.0.13/go.mod h1:gsGr1ICjokI9CyPaaRHMqDoDCaT1VguC/IyOTx6rJ14=
3333
github.com/ava-labs/libevm v1.13.15-0.20251016142715-1bccf4f2ddb2 h1:hQ15IJxY7WOKqeJqCXawsiXh0NZTzmoQOemkWHz7rr4=

0 commit comments

Comments
 (0)