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-eyes.git
The following commit(s) were added to refs/heads/main by this push:
new 8c96ee2 Bump setup-go to v6 (#265)
8c96ee2 is described below
commit 8c96ee223558797cdd9eba82c0919258e1cf2dad
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Mar 19 13:56:48 2026 +0100
Bump setup-go to v6 (#265)
---
.github/workflows/license-eye-check.yaml | 2 +-
action.yml | 2 +-
dependency/action.yml | 2 +-
header/action.yml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/license-eye-check.yaml
b/.github/workflows/license-eye-check.yaml
index dfeb8c2..030befb 100644
--- a/.github/workflows/license-eye-check.yaml
+++ b/.github/workflows/license-eye-check.yaml
@@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- - uses: actions/setup-go@v5
+ - uses: actions/setup-go@v6
with:
go-version: 1.25
- name: Lint Codes
diff --git a/action.yml b/action.yml
index c0522c2..ada8764 100644
--- a/action.yml
+++ b/action.yml
@@ -45,7 +45,7 @@ runs:
using: composite
steps:
- name: Set up Go
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
with:
go-version: 1.25
cache-dependency-path: ${{ github.action_path }}/go.sum
diff --git a/dependency/action.yml b/dependency/action.yml
index 852a385..274cc45 100644
--- a/dependency/action.yml
+++ b/dependency/action.yml
@@ -43,7 +43,7 @@ runs:
using: composite
steps:
- name: Set up Go
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
with:
go-version: 1.25
cache-dependency-path: ${{ github.action_path }}/go.sum
diff --git a/header/action.yml b/header/action.yml
index f9bbb17..5b64fc3 100644
--- a/header/action.yml
+++ b/header/action.yml
@@ -45,7 +45,7 @@ runs:
using: composite
steps:
- name: Set up Go
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
with:
go-version: 1.25
cache-dependency-path: ${{ github.action_path }}/go.sum