Skip to content

Commit bf04866

Browse files
committed
chore: 升级 Go 版本至 1.24
1 parent 8af37c1 commit bf04866

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Setup Go
5353
uses: actions/setup-go@v4
5454
with:
55-
go-version: '1.23'
55+
go-version: '1.24'
5656

5757
- name: Build backend
5858
run: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY frontend/ .
1010

1111
RUN pnpm build
1212

13-
FROM golang:1.23-alpine AS backend-builder
13+
FROM golang:1.24-alpine AS backend-builder
1414

1515
WORKDIR /app
1616

0 commit comments

Comments
 (0)