Skip to content

Commit a11f3a4

Browse files
committed
version file
1 parent 00e5e0e commit a11f3a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121

2222
- uses: actions/setup-go@v5
2323
with:
24-
go-version: ${{ matrix.go_version }}
24+
go-version-file: go.mod
2525

2626
- run: go build main/migration_verifier.go

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/10gen/migration-verifier
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/cespare/permute/v2 v2.0.0-beta2

0 commit comments

Comments
 (0)