File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
edgio/edgio-api@v0.0.0-workspace Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 88
99
1010
11- FROM golang:1.23 -alpine AS builder
11+ FROM golang:1.24 -alpine AS builder
1212WORKDIR /app
1313COPY ../. /app/
1414RUN rm -rf /app/ui/dist
Original file line number Diff line number Diff line change 11module gitlab.ecloud.com/ecloud/ecloudsdkclouddns
22
3- go 1.23 .0
3+ go 1.24 .0
44
55require gitlab.ecloud.com/ecloud/ecloudsdkcore v1.0.0
66
Original file line number Diff line number Diff line change 11module gitlab.ecloud.com/ecloud/ecloudsdkcore
22
3- go 1.23 .0
3+ go 1.24 .0
Original file line number Diff line number Diff line change 11module github.com/Edgio/edgio-api
22
3- go 1.23 .0
3+ go 1.24 .0
You can’t perform that action at this time.
0 commit comments