From 3bd68437ee4ed207181f58bb3f61e76638d30c2c Mon Sep 17 00:00:00 2001 From: jiangpengcheng Date: Thu, 4 Jun 2026 10:42:05 +0800 Subject: [PATCH] fix ci --- .github/workflows/test-integration-skywalking-e2e.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test-integration-skywalking-e2e.yml b/.github/workflows/test-integration-skywalking-e2e.yml index 1dc6fab8..0b3cd2e6 100644 --- a/.github/workflows/test-integration-skywalking-e2e.yml +++ b/.github/workflows/test-integration-skywalking-e2e.yml @@ -64,6 +64,11 @@ jobs: - name: Report disk usage run: df -h + - name: Set up GO 1.25.11 + uses: actions/setup-go@v5 + with: + go-version: 1.25.11 + - name: Checkout uses: actions/checkout@v3 with: