Skip to content

Commit

Permalink
build: set go mod to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Jul 13, 2022
1 parent 24bbf5d commit 267cc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/nomad

go 1.17
go 1.18

// Pinned dependencies are noted in github.com/hashicorp/nomad/issues/11826
replace (
Expand Down

0 comments on commit 267cc6d

Please sign in to comment.