Skip to content

Commit 805176a

Browse files
Merge branch 'main' into add-line-length-truncate-buffer
2 parents 8b9d958 + 51fc176 commit 805176a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mcp-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Run MCP Server Diff
23-
uses: SamMorrowDrums/mcp-server-diff@v2.2.0
23+
uses: SamMorrowDrums/mcp-server-diff@v2.3.5
2424
with:
2525
setup_go: "true"
2626
install_command: go mod download

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.4-alpine AS build
1+
FROM golang:1.25.6-alpine AS build
22
ARG VERSION="dev"
33

44
# Set the working directory

0 commit comments

Comments
 (0)