From 744b31a2c6d6338b09935f7ce0946f2b5f830075 Mon Sep 17 00:00:00 2001 From: Jan Larwig Date: Mon, 18 Aug 2025 14:27:19 +0200 Subject: [PATCH] chore(dep): upgrade to latest golang 1.24.6 (#3166) Signed-off-by: Jan Larwig --- CHANGELOG.md | 4 ++++ go.mod | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6909163..7bcc843b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Release Highlights +- 🕵️‍♀️ Vulnerabilities have been addressed + - [CVE-2025-47907](https://pkg.go.dev/vuln/GO-2025-3849) + ## Important Notes ## Breaking Changes @@ -9,6 +12,7 @@ ## Changes since v7.11.0 - [#2273](https://github.com/oauth2-proxy/oauth2-proxy/pull/2273) feat: add Cidaas provider (@Bibob7, @Teko012) +- [#3166](https://github.com/oauth2-proxy/oauth2-proxy/pull/3166) chore(dep): upgrade to latest golang 1.24.6 (@tuunit) # V7.11.0 diff --git a/go.mod b/go.mod index 044f2c23..24f316e4 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/oauth2-proxy/oauth2-proxy/v7 -go 1.24.5 +go 1.24.6 require ( cloud.google.com/go/compute/metadata v0.7.0