We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5af13 commit 8c19ab5Copy full SHA for 8c19ab5
Dockerfile
@@ -5,7 +5,7 @@ COPY console/atest-ui .
5
RUN npm install --ignore-scripts --registry=https://registry.npmmirror.com
6
RUN npm run build-only
7
8
-FROM docker.io/golang:1.22.4 AS builder
+FROM docker.io/golang:1.23 AS builder
9
10
ARG VERSION
11
ARG GOPROXY
tools/github-actions/setup-deps/action.yml
@@ -6,5 +6,5 @@ runs:
steps:
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
- go-version: 1.22.x
+ go-version: 1.23.x
cache: true
0 commit comments