Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8973fc1

Browse files
committedOct 6, 2024·
fix: better compatibility with older Go versions
1 parent c378583 commit 8973fc1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/golang-migrate/migrate/v4
22

3-
go 1.22.0
4-
5-
toolchain go1.23.1
3+
go 1.22
64

75
require (
86
cloud.google.com/go/spanner v1.56.0

0 commit comments

Comments
 (0)
Please sign in to comment.