mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user