We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc0cd7e commit c64f389Copy full SHA for c64f389
3 files changed
.github/workflows/build.yml
@@ -22,7 +22,7 @@ permissions:
22
checks: write
23
24
env:
25
- GO_VERSION: "1.24.9"
+ GO_VERSION: "1.25"
26
27
jobs:
28
# Static analysis and code quality check
.github/workflows/test.yml
@@ -10,7 +10,7 @@ permissions:
10
contents: read
11
12
13
14
15
16
test:
go.mod
@@ -1,6 +1,6 @@
1
module github.com/tuannvm/oauth-mcp-proxy
2
3
-go 1.24.9
+go 1.25
4
5
require (
6
github.com/coreos/go-oidc/v3 v3.16.0
0 commit comments