Skip to content

Commit 62775a6

Browse files
committed
just require 1.22
1 parent c61f5c1 commit 62775a6

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
@@ -22,7 +22,7 @@ jobs:
2222

2323
# This is hard-coded by design in order to catch inadvertent changes
2424
# to the minimum-required Go version to build migration-verifier.
25-
- '1.20'
25+
- '1.22'
2626
- stable
2727

2828
runs-on: ${{matrix.os.runsOn}}

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.20
3+
go 1.22
44

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

0 commit comments

Comments
 (0)