build: go.mod should require go1.19

Since we started using atomic.Pointer, we should specify the go1.19
requirement in our go.mod files.
This commit is contained in:
Seth Hoenig
2022-08-21 20:41:49 -05:00
parent 5ab8bbbb98
commit 21a2afd464
2 changed files with 2 additions and 2 deletions

View File

@@ -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

2
go.mod
View File

@@ -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 (