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 00e5e0e commit a11f3a4Copy full SHA for a11f3a4
.github/workflows/all.yml
@@ -21,6 +21,6 @@ jobs:
21
22
- uses: actions/setup-go@v5
23
with:
24
- go-version: ${{ matrix.go_version }}
+ go-version-file: go.mod
25
26
- run: go build main/migration_verifier.go
go.mod
@@ -1,6 +1,6 @@
1
module github.com/10gen/migration-verifier
2
3
-go 1.18
+go 1.19
4
5
require (
6
github.com/cespare/permute/v2 v2.0.0-beta2
0 commit comments