Skip to content

Commit

Permalink
Merge pull request #14221 from hashicorp/build-require-go1.19
Browse files Browse the repository at this point in the history
build: go.mod should require go1.19
  • Loading branch information
shoenig authored Aug 23, 2022
2 parents 6070fa0 + 21a2afd commit 62a4c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/nomad/api

go 1.18
go 1.19

require (
github.com/docker/go-units v0.4.0
Expand Down
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.18
go 1.19

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

0 comments on commit 62a4c53

Please sign in to comment.