This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-satellite.git
The following commit(s) were added to refs/heads/main by this push:
new e18be4a build: bump go to 1.26 and golang base images to 1.26.4 (#263)
e18be4a is described below
commit e18be4a89a0f66f7b2a5a8be58517c94d9e3b05b
Author: kezhenxu94 <[email protected]>
AuthorDate: Tue Jun 16 16:10:18 2026 +0800
build: bump go to 1.26 and golang base images to 1.26.4 (#263)
* build: bump go to 1.26 and golang base images to 1.26.4
* build: pin e2e satellite base image to golang:1.26.4
---
docker/Dockerfile | 2 +-
go.mod | 2 +-
test/e2e/base/satellite/Dockerfile | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 041ce5b..8679d04 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-FROM golang:1.26.3 AS build
+FROM golang:1.26.4 AS build
ARG VERSION="latest"
ARG TARGETARCH
diff --git a/go.mod b/go.mod
index f51b2f5..2b0def3 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/apache/skywalking-satellite
-go 1.25.0
+go 1.26.0
toolchain go1.26.4
diff --git a/test/e2e/base/satellite/Dockerfile
b/test/e2e/base/satellite/Dockerfile
index 466a04f..b128a2d 100644
--- a/test/e2e/base/satellite/Dockerfile
+++ b/test/e2e/base/satellite/Dockerfile
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-FROM golang:1.25
+FROM golang:1.26.4
ADD . /satellite_code
WORKDIR /satellite_code