Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
89 commits
Select commit Hold shift + click to select a range
29e0a6f
core/vm, eth, tests: introduce gas budget (#34712)
rjl493456442 Apr 20, 2026
b6d415c
trie/bintrie: replace BinaryNode interface with GC-free NodeRef arena…
CPerezz Apr 20, 2026
7e388fd
core/state: separate trie reader to mptReader and ubtReader (#34763)
rjl493456442 Apr 20, 2026
acbf699
core/state: export StateUpdate struct (#34724)
rjl493456442 Apr 20, 2026
e447a26
core/rawdb: clarify ReadLastPivotNumber comment (#34773)
nerolation Apr 21, 2026
ac406c2
core: implement eip-7976: Increase Calldata Floor Cost (#34748)
MariusVanDerWijden Apr 21, 2026
077d833
metrics: reset internal value slice in Clear (#34761)
cuiweixie Apr 21, 2026
f568ab9
internal/telemetry: add gRPC transport for OTLP trace export (#33941)
barnabasbusa Apr 21, 2026
c374e74
trie/bintrie: print todot path in binary (#34777)
gballet Apr 21, 2026
d422ab3
consensus, core, internal, miner: remove FinalizeAndAssemble (#34726)
rjl493456442 Apr 21, 2026
dca3cf0
core: pre-allocate the receipt slice (#34786)
cuiweixie Apr 22, 2026
3abc4ce
core/state: use address hash cache if available (#34780)
cuiweixie Apr 22, 2026
6f02965
core: track the state access footprint (#34776)
rjl493456442 Apr 22, 2026
87b0307
.github: add windows runner (#34742)
s1na Apr 22, 2026
eb3283f
accounts/usbwallet: revert github.com/karalabe/hid to fix freebsd bui…
gballet Apr 22, 2026
b0ead5e
.gitea: add installer and archive steps for windows (#34793)
s1na Apr 22, 2026
8e2107d
cmd/devp2p: fix disconnect decoding in rlpx ping (#34781)
MatusKysel Apr 22, 2026
2ca74d2
eth/fetcher: lazy-allocate hashes slice in scheduleFetches
s1na Apr 22, 2026
526ad4f
crypto/kzg4844: add cell-related functions (#34766)
healthykim Apr 23, 2026
6ece4cd
crypto: fix unit test (#34811)
cuiweixie Apr 24, 2026
33c1bd5
rpc: send WebSocket close frame on client disconnect (#33909)
jiayaoqijia Apr 24, 2026
c876755
Update eth/fetcher/tx_fetcher.go
s1na Apr 24, 2026
0da22de
eth/fetcher: lazy-allocate hashes slice in scheduleFetches
healthykim Apr 24, 2026
8091994
eth/protocols/snap: fix data race on testPeer counters (#34802)
rayjun Apr 24, 2026
b70d9a4
core/state,core/types/bal: copy stateReadList in StateDB.Copy
rayjun Apr 24, 2026
b263917
core/state: and instead of or (#34819)
cuiweixie Apr 26, 2026
2d5da60
core/types/bal: update the BAL definition to the latest spec (#34799)
rjl493456442 Apr 26, 2026
a065580
triedb/pathdb: compute size in StateSetWithOrigin.decode (#34828)
tanvirman Apr 27, 2026
442bd28
cmd/evm/internal/t8ntool: stream t8n alloc to ease heavy memory cases…
fselmo Apr 27, 2026
822e7c6
accounts/scwallet: truncate before write (#34815)
cuiweixie Apr 27, 2026
51c9721
p2p/discover: fix timeout loop early exit when removing expired match…
tanvirman Apr 28, 2026
4dc7d46
core/vm: implement stack arena (#33960)
gballet Apr 28, 2026
b5d9c8d
core: implement BAL reader for prefetching (#33737)
rjl493456442 Apr 28, 2026
0c0d299
core/state: opt stateObject.GetState (#34825)
cuiweixie Apr 28, 2026
db8d6ab
accounts/keystore: enable fsnotify watcher on linux/arm64 (#34834)
tooshiNoko Apr 28, 2026
01036be
core: skip tx gas cap after Amsterdam (#34841)
Giulio2002 Apr 28, 2026
75a64ee
eth/downloader: drop peers sending invalid bodies or receipts (#34745)
healthykim Apr 30, 2026
19dc690
triedb/pathdb: fix layer 5 key range in account iterator traversal te…
cuiweixie Apr 30, 2026
6864622
internal/era/onedb: return false if err (#34816)
cuiweixie May 1, 2026
a15778c
trie: group 2^N binary trie nodes in serialization (#34794)
gballet May 1, 2026
b9c5fe6
eth/tracers: fix evm trace for t8n (#34862)
fselmo May 1, 2026
41b856d
ethclient: add maxUsedGas to simulate call results (#34820)
RekCuy63 May 1, 2026
d270e21
core/state/snapshot: fix condition in iterator traversal test (#34638)
cuiweixie May 1, 2026
8656efc
ethclient/simulated: disable log indexing by default (#32594)
hero5512 May 1, 2026
7155c65
internal/ethapi: apply block overrides to header in eth_call (#34842)
rayjun May 1, 2026
f0b21fa
core/txpool/blobpool: fix gapped queue size cap (#34831)
tanvirman May 2, 2026
efd6cdc
eth/tracers: forward V2 state hooks through mux tracer (#34869)
rayjun May 4, 2026
d5edb80
accounts/abi/bind: re-export event signature errors (#34868)
tenderdeve May 5, 2026
5b837e5
eth/downloader: use batch index in deliver reconstruct (#34870)
cuiweixie May 5, 2026
60db25b
p2p/discover: restore nextTimeout update in UDPv4 resetTimeout loop (…
rayjun May 5, 2026
4ff33ba
internal/download: only report stale existing downloads (#34849)
afurm May 5, 2026
8494910
beacon/engine: fix wrong presize bound (#34860)
cuiweixie May 6, 2026
4d2af27
eth/catalyst: allow reorging the head block to a parent (#34767)
MariusVanDerWijden May 6, 2026
aaa2b66
core: implement eip-7981: Increase Access List Cost (#34755)
MariusVanDerWijden May 6, 2026
b92c86d
internal/download: don't discard `dst.Close` error (#34866)
tanvirman May 6, 2026
06c30cc
triedb/pathdb: add AdoptSyncedState for snap/2 completion path (#34874)
jrhea May 6, 2026
ea1cf7b
eth/protocols/eth: stop serving on unavailable responses (#34787)
healthykim May 6, 2026
c5598fe
core/txpool: change lock in Pending method of legacy pool to read loc…
pythonberg1997 May 7, 2026
f7b7d4c
eth/tracers/logger: fix exclude address list (#34887)
cuiweixie May 7, 2026
e1e3eaa
p2p/discover: copy buffer before sending read errors to unhandled (#3…
cuiweixie May 7, 2026
e71098b
core/state: fix StateDB Reader Error Discard After Commit (#34899)
cuiweixie May 7, 2026
1abbae2
eth,node: replace the deprecated TypeMux with Feed (#32585)
jsvisa May 8, 2026
281dc4c
p2p/discover: decouple nodeFeed from Table mutex in waitForNodes (#34…
fjl May 8, 2026
0ad890e
core/txpool/blobpool: continue on cell proof error in `GetBlobs` (#34…
tooshiNoko May 8, 2026
592209c
.gitea, build: cross-compile windows binaries (#34889)
s1na May 8, 2026
1f3989d
signer/core: avoid mutating the input (#34908)
cuiweixie May 9, 2026
b927ff8
cmd/devp2p: fix typo in ENR IP printing code (#34909)
cuiweixie May 9, 2026
2ca3a64
cmd/geth: respect --graphql=false (#34914)
RekCuy63 May 9, 2026
2ba9be9
build: upgrade -dlgo version to Go 1.25.10 (#34911)
sandakersmann May 10, 2026
8581125
crypto: add hash length check in nocgo VerifySignature (#33839)
vickkkkkyy May 10, 2026
bcb68d2
p2p: handle return false from TCPEndpoint (#34916)
cuiweixie May 10, 2026
7facf9c
core/txpool: use cmp.Compare instead of subtraction (#34918)
cuiweixie May 10, 2026
f63c265
internal/download: close dst on io.Copy error (#34910)
rayjun May 10, 2026
18becee
appveyor.yml: remove appveyor configuration (#34720)
MariusVanDerWijden May 10, 2026
934a009
triedb/pathdb: fix layer 5 key range in storage iterator traversal te…
rayjun May 11, 2026
2f11dcc
cmd/geth: respect --dev=false (#34920)
RekCuy63 May 11, 2026
e1047b9
core: use uint256 in core.Message (#34934)
MariusVanDerWijden May 11, 2026
117e067
version: release go-ethereum v1.17.3 stable (#34937)
rjl493456442 May 11, 2026
7b7b9f3
merge geth 33c1bd59f (v1.17.4 sync, batch 23/33 of v1.17.3)
pratikspatil024 Aug 3, 2026
9c16c42
merge geth 41b856d47 (v1.17.4 sync, batch 24/33 of v1.17.3)
pratikspatil024 Aug 4, 2026
90cbef6
merge geth 1abbae239 (v1.17.4 sync, batch 25/33 of v1.17.3)
pratikspatil024 Aug 4, 2026
96945e3
merge geth 117e067f0 (v1.17.4 sync, batch 26/33, completes v1.17.3)
pratikspatil024 Aug 4, 2026
df1e813
docs: record the v1.17.3 milestone of the go-ethereum v1.17.4 sync
pratikspatil024 Aug 4, 2026
c087860
docs: record the v1.17.3 milestone verification suite
pratikspatil024 Aug 4, 2026
d011053
tests: drop the now-unused uint256 import
pratikspatil024 Aug 4, 2026
ce9cbef
Merge ppatil-upstream-mptubt into ppatil-upstream-v1.17.3-part3
pratikspatil024 Aug 5, 2026
0f70159
Merge ppatil-upstream-mptubt into ppatil-upstream-v1.17.3-part3
pratikspatil024 Aug 5, 2026
96c8521
Merge branch 'ppatil-upstream-mptubt' into ppatil-upstream-v1.17.3-pa…
pratikspatil024 Aug 13, 2026
73eb41b
Merge branch 'ppatil-upstream-mptubt' into ppatil-upstream-v1.17.3-pa…
pratikspatil024 Aug 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 36 additions & 11 deletions .gitea/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:

windows:
name: Windows Build
runs-on: "win-11"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand All @@ -155,24 +155,49 @@ jobs:
go-version: 1.24
cache: false

# Note: gcc.exe only works properly if the corresponding bin/ directory is
# contained in PATH.
- name: Install cross toolchain
run: |
apt-get update
apt-get -yq --no-install-suggests --no-install-recommends install \
gcc-mingw-w64-x86-64 gcc-mingw-w64-i686 nsis

- name: "Build (amd64)"
shell: cmd
run: |
set PATH=%GETH_MINGW%\bin;%PATH%
go run build/ci.go install -dlgo -arch amd64 -cc %GETH_MINGW%\bin\gcc.exe
go run build/ci.go install -dlgo -os windows -arch amd64 -cc x86_64-w64-mingw32-gcc

- name: "Create/upload archive (amd64)"
run: |
go run build/ci.go archive -os windows -arch amd64 -type zip -signer WINDOWS_SIGNING_KEY -upload gethstore/builds
env:
WINDOWS_SIGNING_KEY: ${{ secrets.WINDOWS_SIGNING_KEY }}
AZURE_BLOBSTORE_TOKEN: ${{ secrets.AZURE_BLOBSTORE_TOKEN }}

- name: "Create/upload NSIS installer (amd64)"
run: |
go run build/ci.go nsis -arch amd64 -signer WINDOWS_SIGNING_KEY -upload gethstore/builds
rm -f build/bin/*
env:
GETH_MINGW: 'C:\msys64\mingw64'
WINDOWS_SIGNING_KEY: ${{ secrets.WINDOWS_SIGNING_KEY }}
AZURE_BLOBSTORE_TOKEN: ${{ secrets.AZURE_BLOBSTORE_TOKEN }}

- name: "Build (386)"
shell: cmd
run: |
set PATH=%GETH_MINGW%\bin;%PATH%
go run build/ci.go install -dlgo -arch 386 -cc %GETH_MINGW%\bin\gcc.exe
go run build/ci.go install -dlgo -os windows -arch 386 -cc i686-w64-mingw32-gcc

- name: "Create/upload archive (386)"
run: |
go run build/ci.go archive -os windows -arch 386 -type zip -signer WINDOWS_SIGNING_KEY -upload gethstore/builds
env:
WINDOWS_SIGNING_KEY: ${{ secrets.WINDOWS_SIGNING_KEY }}
AZURE_BLOBSTORE_TOKEN: ${{ secrets.AZURE_BLOBSTORE_TOKEN }}

- name: "Create/upload NSIS installer (386)"
run: |
go run build/ci.go nsis -arch 386 -signer WINDOWS_SIGNING_KEY -upload gethstore/builds
rm -f build/bin/*
env:
GETH_MINGW: 'C:\msys64\mingw32'
WINDOWS_SIGNING_KEY: ${{ secrets.WINDOWS_SIGNING_KEY }}
AZURE_BLOBSTORE_TOKEN: ${{ secrets.AZURE_BLOBSTORE_TOKEN }}

docker:
name: Docker Image
Expand Down
8 changes: 4 additions & 4 deletions accounts/abi/bind/backends/simulated.go
Original file line number Diff line number Diff line change
Expand Up @@ -721,11 +721,11 @@ func (b *SimulatedBackend) callContract(ctx context.Context, call ethereum.CallM
msg := &core.Message{
From: call.From,
To: call.To,
Value: call.Value,
Value: math.BigIntToUint256Int(call.Value),
GasLimit: call.Gas,
GasPrice: call.GasPrice,
GasFeeCap: call.GasFeeCap,
GasTipCap: call.GasTipCap,
GasPrice: math.BigIntToUint256Int(call.GasPrice),
GasFeeCap: math.BigIntToUint256Int(call.GasFeeCap),
GasTipCap: math.BigIntToUint256Int(call.GasTipCap),
Data: call.Data,
AccessList: call.AccessList,
SkipNonceChecks: true,
Expand Down
7 changes: 7 additions & 0 deletions accounts/abi/bind/old.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,13 @@ var (
// ErrNoCodeAfterDeploy is returned by WaitDeployed if contract creation leaves
// an empty contract behind.
ErrNoCodeAfterDeploy = bind2.ErrNoCodeAfterDeploy

// ErrNoEventSignature is returned when a log entry has no topics.
ErrNoEventSignature = bind2.ErrNoEventSignature

// ErrEventSignatureMismatch is returned when a log's topic[0] does not match
// the expected event signature.
ErrEventSignatureMismatch = bind2.ErrEventSignatureMismatch
)

// ContractCaller defines the methods needed to allow operating with a contract on a read
Expand Down
4 changes: 2 additions & 2 deletions accounts/keystore/watch.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.

//go:build (darwin && !ios && cgo) || freebsd || (linux && !arm64) || netbsd || solaris
// +build darwin,!ios,cgo freebsd linux,!arm64 netbsd solaris
//go:build (darwin && !ios && cgo) || freebsd || linux || netbsd || solaris
// +build darwin,!ios,cgo freebsd linux netbsd solaris

package keystore

Expand Down
4 changes: 2 additions & 2 deletions accounts/keystore/watch_fallback.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.

//go:build (darwin && !cgo) || ios || (linux && arm64) || windows || (!darwin && !freebsd && !linux && !netbsd && !solaris)
// +build darwin,!cgo ios linux,arm64 windows !darwin,!freebsd,!linux,!netbsd,!solaris
//go:build (darwin && !cgo) || ios || windows || (!darwin && !freebsd && !linux && !netbsd && !solaris)
// +build darwin,!cgo ios windows !darwin,!freebsd,!linux,!netbsd,!solaris

// This is the fallback implementation of directory watching.
// It is used on unsupported platforms.
Expand Down
9 changes: 3 additions & 6 deletions accounts/scwallet/hub.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func (hub *Hub) readPairings() error {
}

func (hub *Hub) writePairings() error {
pairingFile, err := os.OpenFile(filepath.Join(hub.datadir, "smartcards.json"), os.O_RDWR|os.O_CREATE, 0755)
pairingFile, err := os.OpenFile(filepath.Join(hub.datadir, "smartcards.json"), os.O_RDWR|os.O_CREATE|os.O_TRUNC, 0755)
if err != nil {
return err
}
Expand All @@ -134,11 +134,8 @@ func (hub *Hub) writePairings() error {
return err
}

if _, err := pairingFile.Write(pairingData); err != nil {
return err
}

return nil
_, err = pairingFile.Write(pairingData)
return err
}

func (hub *Hub) pairing(wallet *Wallet) *smartcardPairing {
Expand Down
2 changes: 1 addition & 1 deletion accounts/usbwallet/hub.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"sync/atomic"
"time"

"github.com/karalabe/hid"
"github.com/ethereum/hid"

"github.com/ethereum/go-ethereum/accounts"
"github.com/ethereum/go-ethereum/event"
Expand Down
2 changes: 1 addition & 1 deletion accounts/usbwallet/wallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"sync"
"time"

"github.com/karalabe/hid"
"github.com/ethereum/hid"

ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/accounts"
Expand Down
39 changes: 0 additions & 39 deletions appveyor.yml

This file was deleted.

1 change: 1 addition & 0 deletions beacon/engine/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ var (
TooLargeRequest = &EngineAPIError{code: -38004, msg: "Too large request"}
InvalidParams = &EngineAPIError{code: -32602, msg: "Invalid parameters"}
UnsupportedFork = &EngineAPIError{code: -38005, msg: "Unsupported fork"}
TooDeepReorg = &EngineAPIError{code: -38006, msg: "Too deep reorg"}

STATUS_INVALID = ForkChoiceResponse{PayloadStatus: PayloadStatusV1{Status: INVALID}, PayloadID: nil}
STATUS_SYNCING = ForkChoiceResponse{PayloadStatus: PayloadStatusV1{Status: SYNCING}, PayloadID: nil}
Expand Down
2 changes: 1 addition & 1 deletion beacon/engine/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ func ExecutableDataToBlockNoHash(data ExecutableData, versionedHashes []common.H
if data.BaseFeePerGas != nil && (data.BaseFeePerGas.Sign() == -1 || data.BaseFeePerGas.BitLen() > 256) {
return nil, fmt.Errorf("invalid baseFeePerGas: %v", data.BaseFeePerGas)
}
var blobHashes = make([]common.Hash, 0, len(txs))
var blobHashes = make([]common.Hash, 0, len(versionedHashes))
for _, tx := range txs {
blobHashes = append(blobHashes, tx.BlobHashes()...)
}
Expand Down
84 changes: 42 additions & 42 deletions build/checksums.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,49 +5,49 @@
# https://github.com/ethereum/execution-spec-tests/releases/download/v5.1.0
a3192784375acec7eaec492799d5c5d0c47a2909a3cc40178898e4ecd20cc416 fixtures_develop.tar.gz

# version:golang 1.25.9
# version:golang 1.25.10
# https://go.dev/dl/
0ec9ef8ebcea097aac37decae9f09a7218b451cd96be7d6ed513d8e4bcf909cf go1.25.9.src.tar.gz
b9ede6378a8f8d3d22bf52e68beb69ef7abdb65929ab2456020383002da15846 go1.25.9.aix-ppc64.tar.gz
92cb78fba4796e218c1accb0ea0a214ef2094c382049a244ad6505505d015fbe go1.25.9.darwin-amd64.tar.gz
9528be7329b9770631a6bd09ca2f3a73ed7332bec01d87435e75e92d8f130363 go1.25.9.darwin-arm64.tar.gz
918e44a471c5524caa52f74185064240d5eb343aa8023d604776511fc7adffa6 go1.25.9.dragonfly-amd64.tar.gz
2d67dbdfd09c6fcaa0e64485367ef43b8837ea200c663d6417183237bcddf83d go1.25.9.freebsd-386.tar.gz
9152d0c0badbfeb0c0e148e47c12bec28099d8cf2db60958810c879e0b679d07 go1.25.9.freebsd-amd64.tar.gz
437dca59604ad4a806a6a88e3d7ec1cd98ac9b402a3671629f4e553dd8b9888f go1.25.9.freebsd-arm.tar.gz
4c0fe53977412036fc8081e8d0992bbaabe4d3e1926137271ba11c2f5753300f go1.25.9.freebsd-arm64.tar.gz
d6087cdd1c084bd186132f29e0d032852a745f3c7619003d0fd5612c1fa58c8a go1.25.9.freebsd-riscv64.tar.gz
f82e49037e195cb62beae6a6ad83497157b2af5a01bad2f1dcb65df41080aabb go1.25.9.illumos-amd64.tar.gz
1e14a73bc2b19e370e0d4c57ba87aabfe8aef1e435e14d246742d48a13254f36 go1.25.9.linux-386.tar.gz
00859d7bd6defe8bf84d9db9e57b9a4467b2887c18cd93ae7460e713db774bc1 go1.25.9.linux-amd64.tar.gz
ec342e7389b7f489564ed5463c63b16cf8040023dabc7861256677165a8c0e2b go1.25.9.linux-arm64.tar.gz
7d4f0d266d871301e08ef4ac31c56e66048688893b2848392e5c600276351ee8 go1.25.9.linux-armv6l.tar.gz
f3460d901a14496bc609636e4accf9110ee1869d41c64af7e29cd567cffcf49b go1.25.9.linux-loong64.tar.gz
1da96ea449382ff96c09c55cee74815324e01d687d5ac6d2ade58244b8574306 go1.25.9.linux-mips.tar.gz
311a7f5f01f9a4bd51288b575eb619dc8e28e1fbc0cd78256a428b3ca668ff01 go1.25.9.linux-mips64.tar.gz
0b4edaf9e2ba3f0a079547effda70ec6a4b51a6ca3271a1147652c87ebcf3735 go1.25.9.linux-mips64le.tar.gz
42667340df264896f20b12261429d954e736e9772ab83ba289e68c30cf6f9628 go1.25.9.linux-mipsle.tar.gz
b9cbb3a4894b5aca6966c23452608435e8535278ef019b18d8898fbbfab67e74 go1.25.9.linux-ppc64.tar.gz
b0c41c7da1fc8d39020d65296a0dc54167afd9f76d67064e22c31ce3d839a739 go1.25.9.linux-ppc64le.tar.gz
2a630be8f854177c13e5fa75f7812c721369ecb9bd6e4c0fb1bd1c708d08b37c go1.25.9.linux-riscv64.tar.gz
0cf55136ac7eaccfc36d849054f849510ea289c2d959ffbed7b3866b4f484d17 go1.25.9.linux-s390x.tar.gz
eaf8167ff10a6a3e5dd304ef5f2e020b3a7379e76fa1011dc49c895800bf367c go1.25.9.netbsd-386.tar.gz
3cc6a861e62e23feae660984e0f2f14a2efb5d1f655900afee1d51af98919ae4 go1.25.9.netbsd-amd64.tar.gz
c2c44dca10e882c30553f4aa2ab8f6722b670fb12882378c8f461a9105d40188 go1.25.9.netbsd-arm.tar.gz
f301b71a8ec448053a5d2597df2e178120204bc9a33266c81600dd5d020a61b4 go1.25.9.netbsd-arm64.tar.gz
c4543b7fdef9707b4896810c69b4160a43ecec210af45c300f3abd78aa0c9e72 go1.25.9.openbsd-386.tar.gz
37275325e314f5ab7cf8ae65c4efc7cbfdaf20b41c6849549739b57a3ac97544 go1.25.9.openbsd-amd64.tar.gz
f9c05b6b315e979ecdd47354dd287c01708d6a88dc6ae7af74c84df8fa00df94 go1.25.9.openbsd-arm.tar.gz
4e999f42cf959ff95ca84af1ea1db3771000f5e57e157904bc2ffc72c75e29a2 go1.25.9.openbsd-arm64.tar.gz
0c7fa6c7c2b1cc13ad32fa94fc31273b4adf39c1e0f0e5dcedac158ff526af3f go1.25.9.openbsd-ppc64.tar.gz
347b33953a4b6e8df17719296f360f60878fe48a2d482ceb3637a3dfd4950065 go1.25.9.openbsd-riscv64.tar.gz
889f77d567c06832e0d332fe2458653dc66d43cded7ddbca6f72ce0ca60029cc go1.25.9.plan9-386.tar.gz
978b1f931fadec2f2516237d2649ee845d93c8eaf47dd196cfd8d26c7b2706a1 go1.25.9.plan9-amd64.tar.gz
30b9565e5ad0a212fe00990ead700c751b416eb2ef8d7c91a204945a7ff83a48 go1.25.9.plan9-arm.tar.gz
9e9125ff84ab3c3522ec758cab9540a17e9cba12bfcc34b6bf556cb89b522591 go1.25.9.solaris-amd64.tar.gz
bf40515f5f4d834fa9ead31ff75581e61a38ac27bf49840b95c5c998d321c0f6 go1.25.9.windows-386.zip
a7a710e225467b34e9e09fb432b829c86c9b2da5821ee5418f7eb2e8ae1a22cc go1.25.9.windows-amd64.zip
33cd73cf1b3ceee655ef71bc96e94006c02ae3c617fdd67ac9be3dfae3957449 go1.25.9.windows-arm64.zip
20cf04a92e5af99748e341bc8996fa28090c9ac98765fa115ec5ddf41d7af41d go1.25.10.src.tar.gz
a194e767c2ab4216a60acc068b9dbe6bf4fae05c14bb52d6bbdcb5b3ea521308 go1.25.10.aix-ppc64.tar.gz
52321165a3146cd91865ef98371506a846ed4dc4f9f1c9323e5ad90d2a411e06 go1.25.10.darwin-amd64.tar.gz
795691a425de7e7cdba3544f354dcd2cebcf52e87dc6898193878f34eb6d634f go1.25.10.darwin-arm64.tar.gz
e37b4544ba9e9e9a7ab2ed3116b3fc4d39a88da854baa5a566d9d6d3a9de7d4c go1.25.10.dragonfly-amd64.tar.gz
2a70d1fdabab637aa442ca94599a56e381238efa20cb995d5433b8579bfe482c go1.25.10.freebsd-386.tar.gz
9cdf522d87d47d82fec4a313cc4f8c3c94a7770426e8d443e4150a1f330cba71 go1.25.10.freebsd-amd64.tar.gz
6da6183633e9e59ffd9edefab68b5059c89b605596d94aaba650b1681fccd35f go1.25.10.freebsd-arm.tar.gz
7adcefeebdd05331f4d45f1ad2dddb5c53537cff6552e82f6595b3b833b95371 go1.25.10.freebsd-arm64.tar.gz
285f80a1ace21a7d94035cd753196eeada8cacd48e6396fd116ad5eb67aea957 go1.25.10.freebsd-riscv64.tar.gz
de7461bf0e5068a4f6e7f8713026d70516be6dbd5de5d21f9ced1c182f2f326e go1.25.10.illumos-amd64.tar.gz
2f574f2e2e19ead5b280fec0e7af5c81b76632685f03b6ac42dfa34c4b773c52 go1.25.10.linux-386.tar.gz
42d4f7a32316aa66591eca7e89867256057a4264451aca10570a715b3637ba70 go1.25.10.linux-amd64.tar.gz
654da1f9b50a5d1c2a85ccf8ed405aa89c06e94d18384628bf186f7712677b08 go1.25.10.linux-arm64.tar.gz
39f168f158e693887d3ad006168af1b1a3007b19c5993cae4d9d57f82f52aaf8 go1.25.10.linux-armv6l.tar.gz
05401fe5ea50ad2bafb9c797ef9bf21574b0661f19ef4d0dd66af8a0fb7323f3 go1.25.10.linux-loong64.tar.gz
d5bc2d6155d394a3aae41f21eb7c60da5595a6147aa0f30ed6b27da25e06c3f7 go1.25.10.linux-mips.tar.gz
8c64e7493e5953c3ba3153487d2fddd7f8ed142392c77f138e6792a6c1930db4 go1.25.10.linux-mips64.tar.gz
bd53aa2d558b7c1eadfc6bf01132e1859203a92f458ed7ba75b7f3230f14b095 go1.25.10.linux-mips64le.tar.gz
120b254e2e2980bb06687175db5c4064a85696c53001dc9f59934ad18f74a6bc go1.25.10.linux-mipsle.tar.gz
8a6acb21295b0ec974a44608361920ea8dbff5666631a6f556bd7d5f1d56535f go1.25.10.linux-ppc64.tar.gz
778925fdcdf9a272f823d147fad51545c3334b7ccd8652b2ccaaf2b01800280a go1.25.10.linux-ppc64le.tar.gz
b4f04ad0db48bcfea946db5323919cd21034e0bd2821a557dacd29c1b1013a4b go1.25.10.linux-riscv64.tar.gz
936b953e43921a64c12da871f76871ebbeb6d2092a7b8bdc307f5246f3c662cc go1.25.10.linux-s390x.tar.gz
061470e0bc7132146a5925a3cc28d5bc498eb1b1ff09dedcfaae10f781ff2274 go1.25.10.netbsd-386.tar.gz
63b2d50d7f8f269a9c82d42a4060e90cffb7f9102299818bb071b067aac8da8f go1.25.10.netbsd-amd64.tar.gz
c35129f68796526aa4dc4b6f481e2d995ef312aedadc88b659b945cc00e1f8f0 go1.25.10.netbsd-arm.tar.gz
2f541da4e2b298154d992d1f11bbb38c89d0821d91cc50a46776d42bb5e63bca go1.25.10.netbsd-arm64.tar.gz
2d42e569b07f1b99fdbfd008e7c22f967d165e2ce02464f46818fbed2aec43f5 go1.25.10.openbsd-386.tar.gz
0ad05960e8c9f867328151308c87f938433bec8f22f6a9437a896e22169fc840 go1.25.10.openbsd-amd64.tar.gz
099cc11473f99461c77161912740945308f08f6834980afb262c72bdc915f2d7 go1.25.10.openbsd-arm.tar.gz
bdf3335d5008c1ddc81fa94892283e4f1fee22566f5351d4e726d9f55a67c838 go1.25.10.openbsd-arm64.tar.gz
0933d418da0a61e0f29de717a77498f16b9b5b50dbe2205e20b2ed7fd4067f75 go1.25.10.openbsd-ppc64.tar.gz
191e6f3e75712f8c13d189d53b668e2cac6449f26474c1d86fbd04f6e9846f9c go1.25.10.openbsd-riscv64.tar.gz
68c053c8acd76c50fc430e92f4a86110ec3d97dd03d27b9339b4eaf793caff5f go1.25.10.plan9-386.tar.gz
42e2c46638ae22d93402e79efb40faee5c42cf7c56a01bb3ab47c6bb2512b745 go1.25.10.plan9-amd64.tar.gz
3ef1d5838b1648da16724a07b72e839ccbd7cb8899c3e0426afd6b79d494b91c go1.25.10.plan9-arm.tar.gz
631e3716017fbec06500a628d97e1155daec3593f0a7812c2ebfe8fc8c96b2ab go1.25.10.solaris-amd64.tar.gz
ddc693d2d9d7cc671ebb72d1d50aa05670f95b059b7d90440611af57976871d5 go1.25.10.windows-386.zip
ca37af2dadd8544464f1a9ca7c3886499d1cdfcb263855d0a1d71f194b2bd222 go1.25.10.windows-amd64.zip
38be57e0398bd93673d65bcae6dc7ee3cf151d7038d0dba5c60a5153022872da go1.25.10.windows-arm64.zip

# version:golangci 2.10.1
# https://github.com/golangci/golangci-lint/releases/
Expand Down
Loading
Loading