Bump gitea-mcp builder to Go 1.24 to satisfy toolchain requirement
Some checks failed
CI / lint-and-test (push) Successful in 37s
CI / build (push) Has been cancelled
Deploy Production / deploy (push) Has been cancelled

gitea-mcp@v1.0.1 requires go >= 1.26 toolchain directive which Go 1.22
cannot handle. Go 1.24 supports automatic toolchain resolution.
This commit is contained in:
Julia McGhee
2026-03-21 20:58:42 +00:00
parent 620fbc6b83
commit b2fae6d296

View File

@@ -1,4 +1,4 @@
FROM golang:1.22-alpine AS gitea-mcp-builder
FROM golang:1.24-alpine AS gitea-mcp-builder
RUN go install gitea.com/gitea/gitea-mcp@latest
FROM node:20-alpine AS base