Skip to content

Commit 0b83f5c

Browse files
committed
build(ci): bump Go version to 1.25.7
Signed-off-by: Tommy Nguyen <tuannvm@hotmail.com>
1 parent 6eda873 commit 0b83f5c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions:
2222
checks: write
2323

2424
env:
25-
GO_VERSION: "1.25"
25+
GO_VERSION: "1.25.7"
2626

2727
jobs:
2828
# Static analysis and code quality check

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
contents: read
1111

1212
env:
13-
GO_VERSION: "1.25"
13+
GO_VERSION: "1.25.7"
1414

1515
jobs:
1616
test:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/tuannvm/oauth-mcp-proxy
22

3-
go 1.25
3+
go 1.25.7
44

55
require (
66
github.com/coreos/go-oidc/v3 v3.16.0

0 commit comments

Comments
 (0)