From d056098bccb564fdae54e828e3cae76b9f8b091d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 19:08:56 +0000 Subject: [PATCH] build(deps): bump actions/setup-go from 2 to 6 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v2...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/branch-pipeline.yaml | 2 +- .github/workflows/pr-pipeline.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/branch-pipeline.yaml b/.github/workflows/branch-pipeline.yaml index 38957d7..5c138d0 100644 --- a/.github/workflows/branch-pipeline.yaml +++ b/.github/workflows/branch-pipeline.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: '1.22' diff --git a/.github/workflows/pr-pipeline.yaml b/.github/workflows/pr-pipeline.yaml index 9e7cf9b..74c309d 100644 --- a/.github/workflows/pr-pipeline.yaml +++ b/.github/workflows/pr-pipeline.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v6 with: go-version: '1.22'