Skip to content

Commit 6b79393

Browse files
fix ci (#845)
1 parent c2a6109 commit 6b79393

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test-integration-skywalking-e2e.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ jobs:
6464
- name: Report disk usage
6565
run: df -h
6666

67+
- name: Set up GO 1.25.11
68+
uses: actions/setup-go@v5
69+
with:
70+
go-version: 1.25.11
71+
6772
- name: Checkout
6873
uses: actions/checkout@v3
6974
with:

0 commit comments

Comments
 (0)