Skip to content

Commit 6ef4660

Browse files
committed
feat: Move to golang 1.24
1 parent c449b14 commit 6ef4660

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v3
1818
with:
19-
go-version: 1.23
19+
go-version: 1.24
2020

2121
- name: Update README
2222
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Set up Go
5757
uses: actions/setup-go@v3
5858
with:
59-
go-version: 1.23
59+
go-version: 1.24
6060
- name: Setup Docker buildx
6161
uses: docker/setup-buildx-action@v2.4.0
6262
- name: Set up QEMU

build/Dockerfile.prefix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN npm config set update-notifier false
66
RUN npm install
77
RUN npm run-script build -- --base=/client/
88

9-
FROM golang:1.23 AS go-build
9+
FROM golang:1.24 AS go-build
1010

1111
WORKDIR /build
1212
COPY go.mod /build

0 commit comments

Comments
 (0)