From 36dacb58940c477a145054c2617af8ed2c4abcc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 07:22:28 -0600 Subject: [PATCH] Bump actions/setup-go from 5.0.2 to 5.3.0 (#742) Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.2 to 5.3.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5.0.2...v5.3.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 9317dc66..338098e5 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -110,7 +110,7 @@ jobs: python -m pip install setuptools build wheel - name: Set up Go environment - uses: actions/setup-go@v5.0.2 + uses: actions/setup-go@v5.3.0 with: go-version: 'stable'