go-ethereum/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 build: add check for stale generated files (#30037) 2024-07-01 17:16:15 +02:00
azure.go go.mod, internal/build: update Azure dependencies (#28329) 2023-10-13 12:58:07 +03:00
download.go all: update to go version 1.23.0 (#30323) 2024-08-20 15:50:07 +02:00
env.go internal/build: include git-date on detached head (#30320) 2024-08-19 13:35:04 +02:00
gotool.go build: upgrade to golangci-lint v1.55.2 (#28712) 2023-12-20 15:36:10 +01:00
pgp.go build: specify the key to use when invoking gpg:sign-and-deploy-file (#16696) 2018-05-09 01:13:53 +02:00
util.go internal, signer/core: replace path.Join with filepath.Join (#29489) 2024-04-09 08:22:53 +02:00