use go1.23 (#4495)

This commit is contained in:
fatedier 2024-10-17 17:22:41 +08:00 committed by GitHub
parent 3a08c2aeb0
commit f7a06cbe61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 35 additions and 35 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.22 AS building
FROM golang:1.23 AS building
COPY . /building
WORKDIR /building

View file

@ -1,4 +1,4 @@
FROM golang:1.22 AS building
FROM golang:1.23 AS building
COPY . /building
WORKDIR /building