-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Labels
stage/acceptedConfirmed, and intend to work on. No timeline committment though.Confirmed, and intend to work on. No timeline committment though.theme/dependenciesPull requests that update a dependency filePull requests that update a dependency filetype/bug
Description
Nomad version
master
Operating system and Environment details
n/a
Issue
The current version listed in go.mod
is a retracted version, v1.1.5. Apparently version v2.0.0 is identical and should be used instead. This prevents updating to new versions of github.com/hashicorp/nomad
in other projects (such as github.com/hashicorp/terraform-provider-nomad
Reproduction steps
Check go.mod
file for github.com/hashicorp/go-msgpack v1.1.5
Expected Result
Find github.com/hashicorp/go-msgpack v2.0.0
in go.mod
Actual Result
Find github.com/hashicorp/go-msgpack v1.1.5
in go.mod
Job file (if appropriate)
Nomad Server logs (if appropriate)
Nomad Client logs (if appropriate)
Metadata
Metadata
Assignees
Labels
stage/acceptedConfirmed, and intend to work on. No timeline committment though.Confirmed, and intend to work on. No timeline committment though.theme/dependenciesPull requests that update a dependency filePull requests that update a dependency filetype/bug