plugeth/signer/core
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
..
apitypes build: upgrade to go 1.19 (#25726) 2022-09-10 13:25:40 +02:00
testdata core/signer, clef: improve ui-test flow, fix errors in uint handling (#19584) 2019-06-03 16:56:05 +02:00
api_test.go build: upgrade to go 1.19 (#25726) 2022-09-10 13:25:40 +02:00
api.go all: add whitespace linter (#25312) 2022-07-25 13:14:03 +03:00
auditlog.go all: add whitespace linter (#25312) 2022-07-25 13:14:03 +03:00
cliui.go all: add whitespace linter (#25312) 2022-07-25 13:14:03 +03:00
gnosis_safe.go all: update license headers and AUTHORS from git history (#24947) 2022-05-24 20:39:40 +02:00
signed_data_test.go all: replace non-trivial uses of package ioutil with os (#24886) 2022-05-17 14:27:04 +02:00
signed_data.go signer/core: add canonical TypedData hashing methods (#25283) 2022-07-22 09:53:35 +02:00
stdioui.go tests, signer: remove staticcheck warnings (#20364) 2019-11-23 12:51:37 +01:00
uiapi.go all: replace uses of ioutil with io and os (#24869) 2022-05-16 11:59:35 +02:00
validation_test.go all: add whitespace linter (#25312) 2022-07-25 13:14:03 +03:00
validation.go all: fix some go-critic linter warnings (#23709) 2021-10-13 17:31:02 +02:00