* chore(ci): better handling of Go and Node dependency bumps
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
temporarily remove condition
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
quit early if there are no changes
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
use latest checkout action and actually test version change
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
use github token
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
workflow for node
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
clean up after changing node version
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
revert temporary changes
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
more docs
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
* bump linter version
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
---------
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
* chore: upgrade golangci-lint to v1.46.2
Because:
* Installation of golangci-lint v1.45.2 is currently broken and fails
silently due to a redacted dependency
(https://github.com/blizzy78/varnamelen/issues/13)
This commit:
* Upgrades golangci-lint to v1.46.2
Signed-off-by: Tommaso Sardelli <lacapannadelloziotom@gmail.com>
* fix: lint
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>
* fix: lint
Signed-off-by: Tommaso Sardelli <lacapannadelloziotom@gmail.com>
Co-authored-by: Michael Crenshaw <michael@crenshaw.dev>
* chore: Migrate CI to GitHub actions
* Do not install golangci-lint, we use the action
* Integrate codecov.io upload
* Use some better names for analyze job & steps
* go mod tidy
* Update tools
* Disable CircleCI completely
* Satisfy CircleCI with a dummy step until it's disabled