Skip to content

Commit 910b8da

Browse files
committed
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>
1 parent 0061334 commit 910b8da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gateway/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/openfaas/faas/gateway
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/docker/distribution v2.8.1+incompatible

0 commit comments

Comments
 (0)