update go version to 1.24 (#4960)

This commit is contained in:
fatedier 2025-08-27 15:10:36 +08:00 committed by GitHub
parent 604700cea5
commit 0a798a7a69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View file

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

View file

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