k8s-crafts / ephemeral-containers-plugin

A kubectl plugin to interactively update Pod /ephemeralcontainers subresource
Apache License 2.0
2 stars 5 forks source link

[Task] golangci-lint should be installed if missing #11

Closed tthvo closed 5 days ago

tthvo commented 5 days ago

Currently, golangci-lint is expected to be available on PATH, which is not convenient in comparison to other tools that we used in the project (i.e. go-license).

We should set up the same workflow for golangci-lint.