Skip to content

Commit

Permalink
fix: use only major go version on mod file
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanadelacuesta committed Jun 11, 2024
1 parent 0326d4c commit b991864
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/hashicorp/nomad-driver-podman

go 1.21.0

toolchain go1.21.1
go 1.21

replace (
// Fix error tidying due to Nomad downstream dependencies and the recent
Expand All @@ -16,7 +14,6 @@ replace (
require (
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2
github.com/containers/image/v5 v5.29.2
github.com/hashicorp/consul/sdk v0.16.0
github.com/hashicorp/go-hclog v1.6.2
github.com/hashicorp/nomad v1.8.0
github.com/hashicorp/nomad/api v0.0.0-20240205090533-120c3ca3c942
Expand Down

0 comments on commit b991864

Please sign in to comment.