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) <alex@openfaas.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd) 2023-06-07 16:07:11 +01:00
parent 00613347f8
commit 910b8dae1b

View File

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