From 8e57473781aab4d3e6d0300470482c75e47c1957 Mon Sep 17 00:00:00 2001 From: James Rasell Date: Wed, 10 May 2023 17:29:06 +0200 Subject: [PATCH] api: update Go mod go version to 1.20 to match main mod. (#17137) --- api/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/go.mod b/api/go.mod index 09a5713f9..73a86ee9b 100644 --- a/api/go.mod +++ b/api/go.mod @@ -1,6 +1,6 @@ module github.com/hashicorp/nomad/api -go 1.19 +go 1.20 require ( github.com/docker/go-units v0.5.0