Skip to content

Commit d3cd405

Browse files
build: use patched Go toolchain and UI dependency (#2927)
* build: require Go 1.25.12 Ensure setup-go and GoReleaser use the patched Go toolchain for release binaries. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 0b2aa497-b47d-464a-b132-af0dcaf2b621 * build(ui): update fast-uri to 3.1.4 Resolve the high-severity host-confusion advisories reported by npm audit. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 0b2aa497-b47d-464a-b132-af0dcaf2b621 --------- Co-authored-by: Ross Tarrant <rosstarrant@github.com>
1 parent 4ed4f81 commit d3cd405

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

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

3-
go 1.25.0
3+
go 1.25.12
44

55
require (
66
github.com/go-chi/chi/v5 v5.3.1

ui/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)