Fix gitea-mcp builder: bump to Go 1.26 (current stable)
gitea-mcp@v1.0.1 requires go >= 1.26.0. Go 1.26 was released Feb 2026.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.24-alpine AS gitea-mcp-builder
|
FROM golang:1.26-alpine AS gitea-mcp-builder
|
||||||
RUN go install gitea.com/gitea/gitea-mcp@latest
|
RUN go install gitea.com/gitea/gitea-mcp@latest
|
||||||
|
|
||||||
FROM node:20-alpine AS base
|
FROM node:20-alpine AS base
|
||||||
|
|||||||
Reference in New Issue
Block a user