Skip to content

Commit 8c19ab5

Browse files
committed
upgrade go version from 1.22 to 1.23
1 parent 0e5af13 commit 8c19ab5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY console/atest-ui .
55
RUN npm install --ignore-scripts --registry=https://registry.npmmirror.com
66
RUN npm run build-only
77

8-
FROM docker.io/golang:1.22.4 AS builder
8+
FROM docker.io/golang:1.23 AS builder
99

1010
ARG VERSION
1111
ARG GOPROXY

tools/github-actions/setup-deps/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ runs:
66
steps:
77
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
88
with:
9-
go-version: 1.22.x
9+
go-version: 1.23.x
1010
cache: true

0 commit comments

Comments
 (0)