Skip to content

Commit 0695426

Browse files
authored
Merge pull request #929 from SuperSandro2000/patch-1
Move supported go version to standard place
2 parents 90c5015 + 92dec35 commit 0695426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module github.com/golang-migrate/migrate/v4
22

3+
go 1.18
4+
35
require (
46
cloud.google.com/go/spanner v1.47.0
57
cloud.google.com/go/storage v1.29.0
@@ -188,5 +190,3 @@ require (
188190
modernc.org/token v1.0.0 // indirect
189191
modernc.org/zappy v1.0.0 // indirect
190192
)
191-
192-
go 1.18

0 commit comments

Comments
 (0)