From 3cb7979cf6c1e55ceb5cfa607b17dbab1ae60042 Mon Sep 17 00:00:00 2001 From: kenny yong Date: Wed, 19 Aug 2026 14:48:42 +0800 Subject: [PATCH] fix: bump Go toolchain to 1.25.13 for stdlib security fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves 4 govulncheck findings that block the release job (GO-2026-6218 net/url, GO-2026-6090 crypto/tls, GO-2026-5972 encoding/asn1, GO-2026-5026 net/http) — all fixed in go1.25.13. Co-Authored-By: Claude Opus 4.8 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ad0124d..78a8b13 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/etherscan/etherscan-cli go 1.25.0 -toolchain go1.25.12 +toolchain go1.25.13 require ( github.com/BurntSushi/toml v1.6.0