hashicorp / nomad-driver-podman

A nomad task driver plugin for sandboxing workloads in podman containers
https://developer.hashicorp.com/nomad/plugins/drivers/podman
Mozilla Public License 2.0
226 stars 62 forks source link

deps: update repository dependencies and cleanup linters #235

Closed shoenig closed 1 year ago

shoenig commented 1 year ago

This PR bulk updates dependencies for the podman driver. It adds a replace statement for nomad, which includes updates to driver plumbing that we want, which will ship in 1.6.

It also cleans up the golangci linter file, removing dead linters and adding some fresh ones. Also cleans up the source code in a few places to pass the linter checks.

Also bumps Go version to 1.20.3