plugeth/mobile
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
..
accounts.go all: fix some typos (#25551) 2022-08-19 09:00:21 +03:00
android_test.go all: replace uses of ioutil with io and os (#24869) 2022-05-16 11:59:35 +02:00
big.go build: upgrade to go 1.19 (#25726) 2022-09-10 13:25:40 +02:00
bind.go accounts/abi/bind: allow specifying signer on transactOpts (#21356) 2020-12-08 14:44:56 +01:00
common.go mobile: better api for java users (#21580) 2020-09-21 16:33:35 +02:00
context.go mobile: fix comment typos (#19741) 2019-06-20 11:38:31 +02:00
discover.go build: upgrade to go 1.19 (#25726) 2022-09-10 13:25:40 +02:00
doc.go build: upgrade to go 1.19 (#25726) 2022-09-10 13:25:40 +02:00
ethclient.go all: add whitespace linter (#25312) 2022-07-25 13:14:03 +03:00
ethereum.go eth: request id dispatcher and direct req/reply APIs (#23576) 2021-11-26 13:26:03 +02:00
geth_android.go all: add go:build lines (#23468) 2021-08-25 18:46:29 +02:00
geth_ios.go all: add go:build lines (#23468) 2021-08-25 18:46:29 +02:00
geth_other.go all: add go:build lines (#23468) 2021-08-25 18:46:29 +02:00
geth.go mobile: register filter APIs (#25642) 2022-09-02 16:53:58 +02:00
init.go all: fix some typos (#25551) 2022-08-19 09:00:21 +03:00
interface_test.go mobile: fix mobile interface (#19180) 2019-06-27 11:48:13 +03:00
interface.go mobile: fix mobile interface (#19180) 2019-06-27 11:48:13 +03:00
logger.go all: disable log message colors outside of geth 2017-02-27 15:33:12 +01:00
p2p.go all: update license information 2017-04-14 10:29:00 +02:00
params.go cmd/geth: add support for sepolia testnet (#23730) 2021-11-08 13:06:01 +02:00
primitives.go mobile: fix mobile interface (#19180) 2019-06-27 11:48:13 +03:00
types.go all: change format 0x%x to %#x (#25221) 2022-07-04 11:03:32 +03:00
vm.go core/vm: move Log to core/types 2017-01-06 14:15:22 +01:00