Update workflow to go1.23

This commit is contained in:
世界 2024-08-20 21:33:31 +08:00
parent a06d10c3bc
commit 0f7154afbd
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
4 changed files with 24 additions and 5 deletions

View file

@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.22-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.23-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