From e4d2973d6d6a5b53f3885165a1f42d59d007bb24 Mon Sep 17 00:00:00 2001 From: cnderrauber Date: Thu, 5 Dec 2024 10:30:21 +0800 Subject: [PATCH] go 1.23 --- build/sip/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/sip/Dockerfile b/build/sip/Dockerfile index 36e9fad..f8e653f 100644 --- a/build/sip/Dockerfile +++ b/build/sip/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG GOVERSION=1.22 +ARG GOVERSION=1.23 FROM golang:$GOVERSION AS builder