Commit graph

6 commits

Author SHA1 Message Date
Enrico Stahn
7004aa2d93
Revert "chore: add build target to Makefile & builder to Dockerfile" (#218)
* Revert "chore: add build target to Makefile & builder to Dockerfile (#215)"

This reverts commit de88bc221a.

* fix: generate image from current commit

goreleaser was using the latest commit to master instead of the PR.

* chore: getting goreleaser to play nice
2022-03-30 22:24:40 +11:00
Stephen Cuppett
de88bc221a
chore: add build target to Makefile & builder to Dockerfile (#215) 2022-03-30 20:39:59 +11:00
Kieren Evans
ea4a929fa9
fix: allow 10 seconds to shutdown, fixing shutdown error (#204)
* Allow 15 seconds to shut down

v2.0.0 and above crashes with message "Error during shutdowncontext deadline exceeded" and exit code 1
upon SIGINT being received.

v1.2.1 seems to be unaffected.

* Add bats test

* Reduce to 10 seconds, define directly

Co-Authored-By: andytson-inviqa <andytson-inviqa@users.noreply.github.com>

* style: gofmt -s

* chore: bump golang to 1.17 and fix golangci

Co-authored-by: andytson-inviqa <andytson-inviqa@users.noreply.github.com>
Co-authored-by: Enrico Stahn <enrico.stahn@gmail.com>
2022-02-09 09:45:36 +11:00
Enrico Stahn
e9a9eda972
chore: add e2e tests 2020-03-12 10:48:34 +11:00
Enrico Stahn
4a9fe13966
gometalinter replacement (#73)
* chore: replace gometalinter with golangci
  gometalinter is deprecated and replaced by golangci.
* chore: update go dependencies
* chore: fix lint errcheck reports
   golangci-lint reported multiple errcheck issues, e.g.

   ```
   Error return value of `p.Update` is not checked (errcheck)
   ```

* chore: GitHub actions replaces CircleCI
2020-03-04 16:34:23 +11:00
Enrico Stahn
b95fe70b9c
refactor: Go 1.11 and other refactorings (#36)
* ci: Use docker multi-stage builds
* refactor: Migrate from dep to go mod
* ci: Add Makefile to simplify builds
* ci: Upgrade to golang 1.11
* refactor: Run goimports for formatting
2018-12-10 21:32:28 +11:00