mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-08 15:41:15 +02:00
go 1.26 (#10797)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Multi-stage build for Go Sidecar
|
||||
FROM golang:1.25-alpine AS builder
|
||||
FROM golang:1.26-alpine AS builder
|
||||
|
||||
# Install build dependencies
|
||||
RUN apk add --no-cache git ca-certificates tzdata
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Multi-stage build for Test Client
|
||||
FROM golang:1.25-alpine AS builder
|
||||
FROM golang:1.26-alpine AS builder
|
||||
|
||||
# Install build dependencies
|
||||
RUN apk add --no-cache git ca-certificates tzdata
|
||||
|
||||
@@ -61,7 +61,7 @@ This project implements a **high-performance RDMA (Remote Direct Memory Access)
|
||||
|
||||
```bash
|
||||
# Required dependencies
|
||||
- Go 1.23+
|
||||
- Go 1.26+
|
||||
- Rust 1.70+
|
||||
- UCX libraries (for hardware RDMA)
|
||||
- Linux with RDMA-capable hardware (InfiniBand/RoCE)
|
||||
|
||||
Reference in New Issue
Block a user