Skip to content

Commit 301b107

Browse files
authored
DOCSP-49780 Update Go min version (#523)
1 parent 44cd686 commit 301b107

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ version = "v2.2"
2222
full-version = "{+version+}.2"
2323
example = "https://raw.githubusercontent.com/mongodb/docs-golang/{+docs-branch+}/source/includes/usage-examples/code-snippets"
2424
api = "https://pkg.go.dev/go.mongodb.org/mongo-driver/{+api-version+}"
25+
min-lang-version = "1.19"
2526
stable-api = "Stable API"
2627
qe = "Queryable Encryption"
2728
key-vault-long = "key vault collection"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The {+driver-long+} requires Go 1.18 or later.
1+
The {+driver-long+} requires Go {+min-lang-version+} or later.

0 commit comments

Comments
 (0)