Skip to content

Commit f4de136

Browse files
committed
Update go.mod to "1.13"
This is part of a consistency exercise for #33 - the go mod version now matches the Go version in the Dockerfile. This was queried with @bmcstdio, but we got no response on his PR. #24 (comment) Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent c495532 commit f4de136

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

template/golang-http-armhf/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module handler
22

3-
go 1.12
3+
go 1.13
44

55
replace handler/function => ./function
66

template/golang-http/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module handler
22

3-
go 1.12
3+
go 1.13
44

55
replace handler/function => ./function
66

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module handler
22

3-
go 1.12
3+
go 1.13
44

55
replace handler/function => ./function

template/golang-middleware/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module handler
22

3-
go 1.12
3+
go 1.13
44

55
replace handler/function => ./function

0 commit comments

Comments
 (0)