We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8c59d commit e65dd09Copy full SHA for e65dd09
.github/workflows/all.yml
@@ -22,7 +22,7 @@ jobs:
22
23
# This is hard-coded by design in order to catch inadvertent changes
24
# to the minimum-required Go version to build migration-verifier.
25
- - 1.19
+ - 1.20
26
- stable
27
28
runs-on: ${{matrix.os.runsOn}}
go.mod
@@ -1,6 +1,6 @@
1
module github.com/10gen/migration-verifier
2
3
-go 1.19
+go 1.20
4
5
require (
6
github.com/deckarep/golang-set/v2 v2.3.0
0 commit comments