Skip to content

Commit 92dec35

Browse files
authoredJun 1, 2023
Move supported go version to standard place
1 parent f9c067b commit 92dec35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎go.mod

+2-2
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.44.0
57
cloud.google.com/go/storage v1.27.0
@@ -164,5 +166,3 @@ require (
164166
modernc.org/token v1.0.0 // indirect
165167
modernc.org/zappy v1.0.0 // indirect
166168
)
167-
168-
go 1.18

0 commit comments

Comments
 (0)
Please sign in to comment.