Skip to content

Commit

Permalink
Merge pull request #929 from SuperSandro2000/patch-1
Browse files Browse the repository at this point in the history
Move supported go version to standard place
  • Loading branch information
dhui authored Dec 20, 2023
2 parents 90c5015 + 92dec35 commit 0695426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module github.com/golang-migrate/migrate/v4

go 1.18

require (
cloud.google.com/go/spanner v1.47.0
cloud.google.com/go/storage v1.29.0
Expand Down Expand Up @@ -188,5 +190,3 @@ require (
modernc.org/token v1.0.0 // indirect
modernc.org/zappy v1.0.0 // indirect
)

go 1.18

0 comments on commit 0695426

Please sign in to comment.