Tam Mach 18fd36bdd1
build(golang1.15): Upgrade to golang 1.15 for smaller binary (#1303)
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. [1]
- `nolintlint_unused.go` testdata is not matching regex. Correct by adding one
space after //

[1]: https://github.com/golang/go/issues/40763

Signed-off-by: Tam Mach <sayboras@yahoo.com>
2020-08-19 09:05:32 +10:00
..
2018-10-28 17:55:15 +03:00
2020-07-04 19:03:37 +00:00
2020-07-18 21:33:47 -05:00
2020-07-28 13:55:02 +03:00
2019-09-09 21:54:56 +03:00
2018-06-30 09:23:31 +03:00
2019-10-13 17:40:51 +03:00
2019-09-17 08:44:53 +03:00
2020-05-29 16:31:46 +03:00
2019-09-09 16:56:30 +03:00
2020-07-28 13:55:02 +03:00
2019-10-04 11:29:53 -04:00
2020-03-16 11:56:57 +03:00
2020-05-13 21:22:52 +03:00
2020-07-18 21:33:47 -05:00
2019-09-20 19:05:01 +03:00
2018-06-30 15:41:47 +03:00
2020-04-22 08:51:43 +09:00
2020-08-02 15:16:45 -05:00
2020-06-08 20:21:58 +00:00
2020-04-26 20:20:17 -07:00
2020-03-10 14:55:19 +01:00
2020-04-22 18:57:30 +03:00
2019-11-15 18:55:54 -05:00