Skip to content

Commit

Permalink
Move supported go version to standard place
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Jun 1, 2023
1 parent f9c067b commit 92dec35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
@@ -1,5 +1,7 @@
module github.com/golang-migrate/migrate/v4

go 1.18

require (
cloud.google.com/go/spanner v1.44.0
cloud.google.com/go/storage v1.27.0
Expand Down Expand Up @@ -164,5 +166,3 @@ require (
modernc.org/token v1.0.0 // indirect
modernc.org/zappy v1.0.0 // indirect
)

go 1.18

0 comments on commit 92dec35

Please sign in to comment.