From 0fc08a1a78c760b02c1d3ae6ab97891f1c50b265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:21:14 +0000 Subject: [PATCH] Bump actions/setup-go from 5.0.1 to 5.2.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.1 to 5.2.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5.0.1...v5.2.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 2 +- .github/workflows/go.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b7c526ba3e..d739fe91a8 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@v3 - if: ${{ matrix.language == 'go' }} - uses: actions/setup-go@v5.0.1 + uses: actions/setup-go@v5.2.0 with: go-version-file: 'go.mod' diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 133a088e31..9195f7932d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -43,7 +43,7 @@ jobs: if: github.event_name == 'pull_request' || steps.setup.outputs.has_token != 'true' with: fetch-depth: 0 - - uses: actions/setup-go@v5.0.1 + - uses: actions/setup-go@v5.2.0 with: go-version-file: 'go.mod' - run: tools/go_branch.sh