mirror of
https://github.com/pgsty/minio.git
synced 2026-09-05 18:16:16 +03:00
build: move to Go 1.27.1
Go 1.27.1 (2026-09-01) carries fixes to the runtime, compiler, net/http, encoding/json, os and database/sql. The go directive, the dependency check script and the image build stage follow it; CI reads the version from go.mod. The remaining golang.org/x modules the server requires are already at their latest releases. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QwirCh4nsrJCQp2WaXoVLK Signed-off-by: Feng Ruohang <rh@vonng.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.27.0-alpine AS build
|
||||
FROM golang:1.27.1-alpine AS build
|
||||
|
||||
ARG TARGETARCH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user