1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-05-19 22:23:30 +02:00

chore(deps): upgrade to latest golang v1.23.x release (#3041)

This commit is contained in:
Enrico 2025-04-24 12:47:48 +01:00 committed by GitHub
parent 16e453e9f6
commit 07b60b1553
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

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

2
go.mod
View File

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