Skip to content

Commit b6a73f8

Browse files
committed
chore: pin used go version for the sdk
1 parent 96f6c33 commit b6a73f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/renovate.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@
3232
"commands": [
3333
"cd $(git rev-parse --show-toplevel) && make sync-tidy"
3434
]
35+
},
36+
"constraints": {
37+
"go": "1.21"
3538
}
36-
}
39+
}

0 commit comments

Comments
 (0)