From 4fab586ad185f78425ab916e75988ae86922e144 Mon Sep 17 00:00:00 2001 From: Rex P <106129829+another-rex@users.noreply.github.com> Date: Tue, 21 Jan 2025 13:30:12 +1100 Subject: [PATCH] fix: renovatebot update golang version in config (#1511) This should unblock #1472 failing to run go mod tidy. --- docs/installation.md | 2 +- renovate.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index f50714f7933..be420fbba2e 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -77,7 +77,7 @@ Alternatively, you can install this from source by running: go install github.com/google/osv-scanner/cmd/osv-scanner@v1 ``` -This requires Go 1.22.7+ to be installed. +This requires Go 1.23.5+ to be installed. ## Build from source diff --git a/renovate.json b/renovate.json index 3e42801e6c6..ecfcce77f15 100644 --- a/renovate.json +++ b/renovate.json @@ -27,7 +27,7 @@ } ], "constraints": { - "go": "1.22.7" + "go": "1.23.5" }, "ignorePaths": ["**/fixtures/**", "**/fixtures-go/**"], "ignoreDeps": ["golang.org/x/vuln"]