Bump Go to go1.24

This commit is contained in:
世界
2025-02-12 08:43:11 +08:00
parent 0ecad863c5
commit 5d5f899dea
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.23-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.24-alpine AS builder
LABEL maintainer="nekohasekai <contact-git@sekai.icu>"
COPY . /go/src/github.com/sagernet/sing-box
WORKDIR /go/src/github.com/sagernet/sing-box