aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormeskio <meskio@torproject.org>2023-10-16 20:48:47 +0200
committermeskio <meskio@torproject.org>2023-10-16 20:48:47 +0200
commitb11a41482ceca92b04ae36feb68290c18e45049c (patch)
tree60555c0598a2a5d7bb198bd862d4dce62996379c
parentbd7391d678a54e70baeef46d80d24e5e8225148e (diff)
downloadsnowflake-b11a41482ceca92b04ae36feb68290c18e45049c.tar.gz
snowflake-b11a41482ceca92b04ae36feb68290c18e45049c.zip
Use go 1.21 in renovate
-rw-r--r--renovate.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/renovate.json b/renovate.json
index 65179d1..c78f869 100644
--- a/renovate.json
+++ b/renovate.json
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"constraints": {
- "go": "1.17"
+ "go": "1.21"
},
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"],
"osvVulnerabilityAlerts": true