We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c449b14 commit 6ef4660Copy full SHA for 6ef4660
3 files changed
.github/workflows/docs.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Go
17
uses: actions/setup-go@v3
18
with:
19
- go-version: 1.23
+ go-version: 1.24
20
21
- name: Update README
22
run: |
.github/workflows/test.yml
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
- name: Setup Docker buildx
61
uses: docker/setup-buildx-action@v2.4.0
62
- name: Set up QEMU
build/Dockerfile.prefix
@@ -6,7 +6,7 @@ RUN npm config set update-notifier false
6
RUN npm install
7
RUN npm run-script build -- --base=/client/
8
9
-FROM golang:1.23 AS go-build
+FROM golang:1.24 AS go-build
10
11
WORKDIR /build
12
COPY go.mod /build
0 commit comments