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 c61f5c1 commit 62775a6Copy full SHA for 62775a6
.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.20'
+ - '1.22'
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.20
+go 1.22
4
5
require (
6
github.com/cespare/permute/v2 v2.0.0-beta2
0 commit comments