From 66c1478c1b29ea8aa16dda5766fce71cf9ee68fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 00:02:24 +0000 Subject: [PATCH] build(deps): bump actions/setup-go from 5 to 6 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/apidiff.yml | 2 +- .github/workflows/go.yml | 10 +++++----- .github/workflows/release.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/apidiff.yml b/.github/workflows/apidiff.yml index 635d436cc..21c60c353 100644 --- a/.github/workflows/apidiff.yml +++ b/.github/workflows/apidiff.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: go.work - name: Execute go-apidiff diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8a9a09fe8..16edb3384 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -36,7 +36,7 @@ jobs: with: fetch-depth: 0 - name: Set up Go 1.x - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: go.work id: go @@ -56,7 +56,7 @@ jobs: with: fetch-depth: 0 - name: Set up Go 1.x - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: go.work id: go @@ -74,7 +74,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v5 - name: Set up Go 1.x - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: go.work id: go @@ -92,7 +92,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v5 - name: Set up Go 1.x - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: go.work id: go @@ -110,7 +110,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v5 - name: Set up Go 1.x - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: go.work id: go diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 72a0806ef..d2fb3d617 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 - name: Set up Go 1.x - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: go.work id: go