You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build(golang1.15): Upgrade to golang 1.15 for smaller binary
Golang 1.15 comes to few improvements, one of them is to have smaller
binary.
This PR is to make golang 1.15 as default version in CI, I also update
Docker based image to golang:1.15* as well.
Two issues faced with golang 1.15:
- Conflict between -v in `golangci-lint` and `go test`. Update to --verbose
to avoid the same.
- `nolintlint_unused.go` testdata is not matching regex. Correct by adding one
space after //
[1]: golang/go#40763
Signed-off-by: Tam Mach <sayboras@yahoo.com>
0 commit comments