From 6fa7edc8f102f82506ae81f5d4babf800741e670 Mon Sep 17 00:00:00 2001 From: Andrew Pollock Date: Sun, 21 Jul 2024 23:14:51 +0000 Subject: [PATCH 1/2] Reflect Go 1.21.12 change more broadly 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? --- .go-version | 2 +- docs/installation.md | 2 +- renovate.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.go-version b/.go-version index 71f7f51df9..2560439f07 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.22 +1.22.12 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"] From 41aca0b4cf0c7f836d2023c26eed5e5fce1f29a4 Mon Sep 17 00:00:00 2001 From: Andrew Pollock Date: Sun, 21 Jul 2024 23:21:55 +0000 Subject: [PATCH 2/2] Correct brain fart This is already at a version higher than 1.21.12 --- .go-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.go-version b/.go-version index 2560439f07..71f7f51df9 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.22.12 +1.22