This is an automated email from the ASF dual-hosted git repository.
xuetaoli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git
The following commit(s) were added to refs/heads/main by this push:
new f9a14fcc Update CI version (#1052)
f9a14fcc is described below
commit f9a14fcc9e109ed56f29aca46f72c3d1cdf2643b
Author: Xuetao Li <[email protected]>
AuthorDate: Mon Mar 16 13:35:49 2026 +0800
Update CI version (#1052)
* update
* update ci go version
* update
---
.github/workflows/golangci-lint.yml | 2 +-
apisix/go-server/Dockerfile | 2 +-
mesh/go-client/Dockerfile | 2 +-
mesh/go-server/Dockerfile | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/golangci-lint.yml
b/.github/workflows/golangci-lint.yml
index d7fd3075..235744bd 100644
--- a/.github/workflows/golangci-lint.yml
+++ b/.github/workflows/golangci-lint.yml
@@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
go-version:
- - '1.24'
+ - '1.25'
steps:
- uses: actions/setup-go@v5
with:
diff --git a/apisix/go-server/Dockerfile b/apisix/go-server/Dockerfile
index 039ceb60..b459d391 100644
--- a/apisix/go-server/Dockerfile
+++ b/apisix/go-server/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.24-alpine AS builder
+FROM golang:1.25-alpine AS builder
ENV TIMEZONE=Asia/Shanghai
WORKDIR /app
diff --git a/mesh/go-client/Dockerfile b/mesh/go-client/Dockerfile
index 13b0e1de..d21b85ec 100644
--- a/mesh/go-client/Dockerfile
+++ b/mesh/go-client/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.24-alpine AS builder
+FROM golang:1.25-alpine AS builder
ENV TIMEZONE Asia/Shanghai
WORKDIR /app
diff --git a/mesh/go-server/Dockerfile b/mesh/go-server/Dockerfile
index 46888d62..0fd45494 100644
--- a/mesh/go-server/Dockerfile
+++ b/mesh/go-server/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.24-alpine AS builder
+FROM golang:1.25-alpine AS builder
ENV TIMEZONE Asia/Shanghai
WORKDIR /app