From 910b8dae1bae1449fbe02264768dc88b04b7fa40 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Wed, 7 Jun 2023 16:07:11 +0100 Subject: [PATCH] Update go.mod to 1.19 spec This is not related to the Go version being used, but the min version a developer can use to contribute. Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- gateway/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/go.mod b/gateway/go.mod index 9bc18f468..740698c39 100644 --- a/gateway/go.mod +++ b/gateway/go.mod @@ -1,6 +1,6 @@ module github.com/openfaas/faas/gateway -go 1.18 +go 1.19 require ( github.com/docker/distribution v2.8.1+incompatible