We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b9d958 + 51fc176 commit 805176aCopy full SHA for 805176a
.github/workflows/mcp-diff.yml
@@ -20,7 +20,7 @@ jobs:
20
fetch-depth: 0
21
22
- name: Run MCP Server Diff
23
- uses: SamMorrowDrums/mcp-server-diff@v2.2.0
+ uses: SamMorrowDrums/mcp-server-diff@v2.3.5
24
with:
25
setup_go: "true"
26
install_command: go mod download
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.25.4-alpine AS build
+FROM golang:1.25.6-alpine AS build
2
ARG VERSION="dev"
3
4
# Set the working directory
0 commit comments