From ba1fc2836b4924f078d963e18e6cf7fe54ceb5e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 18:57:31 +0000 Subject: [PATCH] Bump percona-platform/setup-go from 2 to 4 Bumps [percona-platform/setup-go](https://github.com/percona-platform/setup-go) from 2 to 4. - [Commits](https://github.com/percona-platform/setup-go/compare/v2...v4) --- updated-dependencies: - dependency-name: percona-platform/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e2331e684..7e38e7ca1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -46,7 +46,7 @@ jobs: steps: - name: Set up Go release if: matrix.go-version != 'tip' - uses: percona-platform/setup-go@v2 + uses: percona-platform/setup-go@v4 with: go-version: ${{ matrix.go-version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3549bc863..961ee7a9c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: percona-platform/setup-go@v2 + uses: percona-platform/setup-go@v4 with: go-version: 1.17 -