This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch chore/upgrade-go-1.26
in repository https://gitbox.apache.org/repos/asf/skywalking-infra-e2e.git

commit f363b64f54982a8ba5f6495b0172ece9dc060df4
Author: Wu Sheng <[email protected]>
AuthorDate: Mon Apr 13 21:27:15 2026 +0800

    chore: upgrade Go from 1.24 to 1.26
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
---
 .github/workflows/build.yaml    | 2 +-
 .github/workflows/e2e-test.yaml | 2 +-
 go.mod                          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 561c061..5ab2842 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -32,7 +32,7 @@ jobs:
       - name: Set up Go
         uses: actions/setup-go@v5
         with:
-          go-version: 1.24
+          go-version: 1.26
           cache-dependency-path: |
             go.sum
         id: go
diff --git a/.github/workflows/e2e-test.yaml b/.github/workflows/e2e-test.yaml
index 463393e..a8708d5 100644
--- a/.github/workflows/e2e-test.yaml
+++ b/.github/workflows/e2e-test.yaml
@@ -35,7 +35,7 @@ jobs:
       - name: Set up Go
         uses: actions/setup-go@v5
         with:
-          go-version: 1.24
+          go-version: 1.26
           cache-dependency-path: |
             go.sum
         id: go
diff --git a/go.mod b/go.mod
index 449797e..def1f5b 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module github.com/apache/skywalking-infra-e2e
 
-go 1.24
+go 1.26
 
 require (
        github.com/docker/docker v20.10.7+incompatible

Reply via email to