1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-09-16 09:16:33 +02:00

chore(dep): upgrade to latest golang 1.24.6 (#3166)

Signed-off-by: Jan Larwig <jan@larwig.com>
This commit is contained in:
Jan Larwig
2025-08-18 14:27:19 +02:00
committed by GitHub
parent 4c86a4d574
commit 744b31a2c6
2 changed files with 5 additions and 1 deletions

View File

@@ -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

2
go.mod
View File

@@ -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