plugeth/cmd
Felix Lange b628d72766
build: upgrade to go 1.19 (#25726)
This changes the CI / release builds to use the latest Go version. It also
upgrades golangci-lint to a newer version compatible with Go 1.19.

In Go 1.19, godoc has gained official support for links and lists. The
syntax for code blocks in doc comments has changed and now requires a
leading tab character. gofmt adapts comments to the new syntax
automatically, so there are a lot of comment re-formatting changes in this
PR. We need to apply the new format in order to pass the CI lint stage with
Go 1.19.

With the linter upgrade, I have decided to disable 'gosec' - it produces
too many false-positive warnings. The 'deadcode' and 'varcheck' linters
have also been removed because golangci-lint warns about them being
unmaintained. 'unused' provides similar coverage and we already have it
enabled, so we don't lose much with this change.
2022-09-10 13:25:40 +02:00
..
abidump all: update license headers and AUTHORS from git history (#24947) 2022-05-24 20:39:40 +02:00
abigen cmd: migrate to urfave/cli/v2 (#24751) 2022-06-27 18:22:36 +02:00
bootnode les: switch to new discv5 (#21940) 2021-01-26 21:41:35 +01:00
checkpoint-admin cmd: migrate to urfave/cli/v2 (#24751) 2022-06-27 18:22:36 +02:00
clef all: add whitespace linter (#25312) 2022-07-25 13:14:03 +03:00
devp2p eth/fetcher: throttle peers which deliver many invalid transactions (#25573) 2022-09-02 17:28:33 +02:00
ethkey cmd: migrate to urfave/cli/v2 (#24751) 2022-06-27 18:22:36 +02:00
evm build: upgrade to go 1.19 (#25726) 2022-09-10 13:25:40 +02:00
faucet all: fix some typos (#25551) 2022-08-19 09:00:21 +03:00
geth cmd/geth: fix legacy receipt detection for empty db (#25609) 2022-08-30 14:38:35 +02:00
p2psim build: upgrade to go 1.19 (#25726) 2022-09-10 13:25:40 +02:00
puppeth all: fix some typos (#25551) 2022-08-19 09:00:21 +03:00
rlpdump all: change format 0x%x to %#x (#25221) 2022-07-04 11:03:32 +03:00
utils all: move genesis initialization to blockchain (#25523) 2022-08-30 18:22:28 +02:00