1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/internal/build
Martin HS d0fd1331f1
all: update to go version 1.23.0 (#30323)
This PR updates the version of go used in builds and docker to
1.23.0. Release notes: https://go.dev/doc/go1.23

More importantly, following our policy of maintaining the last two
versions (which now becomes 1.23 and 1.22), we can now make use of
the things that were introduced in 1.22: https://go.dev/doc/go1.22

Go 1.22 makes two changes to “for” loops.
- each iteration creates new variables, 
- for loops may range over integers

Other than that, some interesting library changes and other stuff.
2024-08-20 15:50:07 +02:00
..
archive.go
azure.go
download.go all: update to go version 1.23.0 (#30323) 2024-08-20 15:50:07 +02:00
env.go
gotool.go
pgp.go
util.go