Upgrade Go to 1.25.5

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Daniel Pupius
2026-03-16 03:24:40 +00:00
parent 9d6e74d940
commit c5a0e41216
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ RUN pnpm build
############################################################################### ###############################################################################
# Stage 2: Build the Go server # Stage 2: Build the Go server
############################################################################### ###############################################################################
FROM golang:1.24.1-alpine AS go-builder FROM golang:1.25.5-alpine AS go-builder
WORKDIR /app WORKDIR /app

2
go.mod
View File

@@ -1,6 +1,6 @@
module meshstream module meshstream
go 1.24.1 go 1.25.5
tool github.com/dpup/logista tool github.com/dpup/logista