Skip to content

Commit 5f9300a

Browse files
zachvictorZach Victor
andauthored
Set go version in go.mod to min supported version - go 1.9 (#10)
Co-authored-by: Zach Victor <zach@zvictor.com>
1 parent e5de04a commit 5f9300a

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,5 +1,5 @@
11
module github.com/zachvictor/sqlinsert
22

3-
go 1.15
3+
go 1.9
44

55
require github.com/DATA-DOG/go-sqlmock v1.5.0

0 commit comments

Comments
 (0)