Skip to content
This repository was archived by the owner on Oct 4, 2022. It is now read-only.

Commit ab22d6f

Browse files
committed
Use go 1.14 in go.mod
Builds OK with 1.12 and 1.13 but newer is better
1 parent 8e0e535 commit ab22d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

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

3-
go 1.12
3+
go 1.14
44

55
require (
66
github.com/ExploratoryEngineering/logging v0.0.0-20181106085733-dcb8702a004e // indirect

0 commit comments

Comments
 (0)