build: set go version to 1.24

This commit is contained in:
Fu Diwei 2025-05-13 01:33:39 +08:00
parent 41abc8cab8
commit fef8c3cb1a
5 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ">=1.23.0"
go-version: ">=1.24.0"
- name: Build WebUI
run: npm --prefix=./ui ci && npm --prefix=./ui run build

View File

@ -8,7 +8,7 @@ RUN \
FROM golang:1.23-alpine AS builder
FROM golang:1.24-alpine AS builder
WORKDIR /app
COPY ../. /app/
RUN rm -rf /app/ui/dist

View File

@ -1,6 +1,6 @@
module gitlab.ecloud.com/ecloud/ecloudsdkclouddns
go 1.23.0
go 1.24.0
require gitlab.ecloud.com/ecloud/ecloudsdkcore v1.0.0

View File

@ -1,3 +1,3 @@
module gitlab.ecloud.com/ecloud/ecloudsdkcore
go 1.23.0
go 1.24.0

View File

@ -1,3 +1,3 @@
module github.com/Edgio/edgio-api
go 1.23.0
go 1.24.0