6 Commits

Author SHA1 Message Date
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
proton
5a12e35c07
Bump Dockerfile.alpine to golang:1.14-alpine 2020-02-28 21:53:39 +01:00
proton
b433acdce6
Bump Dockerfile to golang:1.14 2020-02-28 21:52:54 +01:00
Aleksandr Razumov
536a4f0e12
Simplify alpine Dockerfile 2020-02-05 22:46:08 +03:00
Dominik-K
c0012e645b
Dockerfile.alpine: install Git & Mercurial 2020-01-13 18:55:27 +01:00
Trevor Pounds
605c9c2954 Add Alpine Linux images (#745)
* Add Alpine Linux images.

Fixes #453
Fixes #528

* Move Dockerfiles to build directory.
2019-09-30 12:51:57 +03:00