From d9eccf2ef50fd5555107803a2f132bbd73deafa7 Mon Sep 17 00:00:00 2001 From: Andrew Pollock Date: Tue, 23 Jul 2024 09:18:54 +1000 Subject: [PATCH] Reflect Go 1.21.12 change more broadly (#1133) Replicate #1109 more like #1030 to avoid Renovate failures like https://github.com/google/osv-scanner/pull/1120#issuecomment-2227395239 The Docker files are already at 1.22.5, not sure if we want to update to this globally? --- 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 6375416ed6..2dcaa999c6 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.21.11+ to be installed. +This requires Go 1.21.12+ to be installed. ## Build from source diff --git a/renovate.json b/renovate.json index 159fd5766f..148b17d67c 100644 --- a/renovate.json +++ b/renovate.json @@ -27,7 +27,7 @@ } ], "constraints": { - "go": "1.21.11" + "go": "1.21.12" }, "ignorePaths": ["**/fixtures/**", "**/fixtures-go/**"], "ignoreDeps": ["golang.org/x/vuln"]