1
0
mirror of https://github.com/bestnite/sub2sing-box.git synced 2025-12-12 17:50:16 +00:00

⬆️ Update to go 1.23

This commit is contained in:
2024-10-09 13:41:27 +08:00
parent 15a6f586a5
commit b0f3962b58

View File

@@ -1,4 +1,4 @@
FROM golang:1.21 as builder
FROM golang:1.23 as builder
LABEL authors="nite07"
WORKDIR /app