From 07b60b1553916a22a8c4d9ca11f5cf6a5e6489ff Mon Sep 17 00:00:00 2001 From: Enrico Date: Thu, 24 Apr 2025 12:47:48 +0100 Subject: [PATCH] chore(deps): upgrade to latest golang v1.23.x release (#3041) --- CHANGELOG.md | 1 + go.mod | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f131c6c2..050bd0c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ ## Changes since v7.8.2 - [#3001](https://github.com/oauth2-proxy/oauth2-proxy/pull/3001) Allow to set non-default authorization request response mode (@stieler-it) +- [#3041](https://github.com/oauth2-proxy/oauth2-proxy/pull/3041) chore(deps): upgrade to latest golang v1.23.x release (@TheImplementer) # V7.8.2 diff --git a/go.mod b/go.mod index 160d22e4..c0bc2dc4 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/oauth2-proxy/oauth2-proxy/v7 -go 1.23.7 +go 1.23.8 require ( cloud.google.com/go/compute/metadata v0.6.0