Skip to content

Commit e65dd09

Browse files
committed
bump Go requirement to 1.20
1 parent df8c59d commit e65dd09

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.19
25+
- 1.20
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.19
3+
go 1.20
44

55
require (
66
github.com/deckarep/golang-set/v2 v2.3.0

0 commit comments

Comments
 (0)