Fix gitea-mcp builder: bump to Go 1.26 (current stable)
Some checks failed
CI / build (push) Failing after 53s
CI / lint-and-test (push) Successful in 34s
Deploy Production / deploy (push) Failing after 54s

gitea-mcp@v1.0.1 requires go >= 1.26.0. Go 1.26 was released Feb 2026.
This commit is contained in:
Julia McGhee
2026-03-21 20:59:32 +00:00
parent b2fae6d296
commit 33e2d8505a

View File

@@ -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
FROM node:20-alpine AS base