Currently it seems building releases is broken due to out-of-sync transitive deps? It looks like hashicorp/nomad is pinned back on an older ref of opencontainers/runc.
# github.com/dantoml/nomad-plugin-firecracker/vendor/github.com/hashicorp/nomad/drivers/shared/executor
vendor/github.com/hashicorp/nomad/drivers/shared/executor/executor_linux.go:652:43: not enough arguments in call to cgroups.FindCgroupMountpoint
have (string)
want (string, string)
vendor/github.com/hashicorp/nomad/drivers/shared/executor/executor_linux.go:696:53: not enough arguments in call to cgroups.FindCgroupMountpointAndRoot
have (string)
want (string, string)
Currently it seems building releases is broken due to out-of-sync transitive deps? It looks like
hashicorp/nomad
is pinned back on an older ref ofopencontainers/runc
.