diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 68557790..95bd0f77 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -17,7 +17,7 @@ jobs: - name: Check License Header uses: apache/skywalking-eyes/header@main - name: Setup Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: ./go.mod - name: Setup goimports @@ -44,7 +44,7 @@ jobs: with: fetch-tags: true - name: set up go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: ./go.mod - name: setup tparse diff --git a/.github/workflows/pr-cli.yml b/.github/workflows/pr-cli.yml index d9b784b1..83490a2d 100644 --- a/.github/workflows/pr-cli.yml +++ b/.github/workflows/pr-cli.yml @@ -18,7 +18,7 @@ jobs: with: fetch-tags: true - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: ./go.mod - name: Install kind diff --git a/.github/workflows/pr-e2e-test.yml b/.github/workflows/pr-e2e-test.yml index 47a92802..bfe928b7 100644 --- a/.github/workflows/pr-e2e-test.yml +++ b/.github/workflows/pr-e2e-test.yml @@ -15,7 +15,7 @@ jobs: with: fetch-tags: true - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: ./go.mod - name: Install kind diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae214c9f..ee860e9c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: checkout uses: actions/checkout@v5 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: ./go.mod - name: Login to GitHub Container Registry