This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch bump-go-1.26 in repository https://gitbox.apache.org/repos/asf/skywalking-satellite.git
commit 64d52969f36829d1fd280f55937855762abeaea2 Author: kezhenxu94 <[email protected]> AuthorDate: Tue Jun 16 14:17:25 2026 +0800 build: bump go to 1.26 and golang base images to 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..9534582 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 ADD . /satellite_code WORKDIR /satellite_code
