Skip to content

Commit fef8c3c

Browse files
committed
build: set go version to 1.24
1 parent 41abc8c commit fef8c3c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@v5
2424
with:
25-
go-version: ">=1.23.0"
25+
go-version: ">=1.24.0"
2626

2727
- name: Build WebUI
2828
run: npm --prefix=./ui ci && npm --prefix=./ui run build

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN \
88

99

1010

11-
FROM golang:1.23-alpine AS builder
11+
FROM golang:1.24-alpine AS builder
1212
WORKDIR /app
1313
COPY ../. /app/
1414
RUN rm -rf /app/ui/dist

internal/pkg/sdk3rd/cmcc/ecloudsdkclouddns@v1.0.1/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module gitlab.ecloud.com/ecloud/ecloudsdkclouddns
22

3-
go 1.23.0
3+
go 1.24.0
44

55
require gitlab.ecloud.com/ecloud/ecloudsdkcore v1.0.0
66

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module gitlab.ecloud.com/ecloud/ecloudsdkcore
22

3-
go 1.23.0
3+
go 1.24.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/Edgio/edgio-api
22

3-
go 1.23.0
3+
go 1.24.0

0 commit comments

Comments
 (0)