Skip to content

Commit a04bcd2

Browse files
authored
set go 1.15 as minimum version required to build (#240)
1 parent c1a004d commit a04bcd2

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
@@ -56,4 +56,4 @@ require (
5656
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
5757
)
5858

59-
go 1.14
59+
go 1.15

0 commit comments

Comments
 (0)