1
0
mirror of https://github.com/nitezs/sub2sing-box.git synced 2024-12-23 14:14:42 -05:00

⬆️ Update to go 1.23

This commit is contained in:
Nite07 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" LABEL authors="nite07"
WORKDIR /app WORKDIR /app