From 02f393f4f6fac2813f04cda5c471addc22d4e28d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 20:02:02 +0000 Subject: [PATCH] build(deps): bump actions/setup-go from 2 to 3 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/post-release.yml | 2 +- .github/workflows/pr-extra.yml | 2 +- .github/workflows/pr.yml | 12 ++++++------ .github/workflows/tag.yml | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index a5f816149556..9a4da2a1a3f2 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: # stable: 'false' # Keep this line to be able to use rc and beta version of Go (ex: 1.18.0-rc1). go-version: 1.18 diff --git a/.github/workflows/pr-extra.yml b/.github/workflows/pr-extra.yml index c4c3dac0cae2..53f705d675c4 100644 --- a/.github/workflows/pr-extra.yml +++ b/.github/workflows/pr-extra.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: actions/setup-go@v2 + - uses: actions/setup-go@v3 with: # stable: 'false' # Keep this line to be able to use rc and beta version of Go (ex: 1.18.0-rc1). go-version: 1.18 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ae1ef28d1405..2580aaf89a85 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: # stable: 'false' # Keep this line to be able to use rc and beta version of Go (ex: 1.18.0-rc1). go-version: ${{ env.GO_VERSION }} @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: # stable: 'false' # Keep this line to be able to use rc and beta version of Go (ex: 1.18.0-rc1). go-version: ${{ env.GO_VERSION }} @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: # stable: 'false' # Keep this line to be able to use rc and beta version of Go (ex: 1.18.0-rc1). go-version: ${{ env.GO_VERSION }} # test only the latest go version to speed up CI @@ -64,7 +64,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: # stable: 'false' # Keep this line to be able to use rc and beta version of Go (ex: 1.18.0-rc1). go-version: ${{ env.GO_VERSION }} # test only the latest go version to speed up CI @@ -82,7 +82,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: # stable: 'false' # Keep this line to be able to use rc and beta version of Go (ex: 1.18.0-rc1). go-version: ${{ matrix.golang }} @@ -106,7 +106,7 @@ jobs: - name: Unshallow run: git fetch --prune --unshallow - name: Install Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: # stable: 'false' # Keep this line to be able to use rc and beta version of Go (ex: 1.18.0-rc1). go-version: ${{ env.GO_VERSION }} diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index e60fa92868e0..08382da32de0 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: # stable: 'false' # Keep this line to be able to use rc and beta version of Go (ex: 1.18.0-rc1). go-version: 1.18 @@ -39,7 +39,7 @@ jobs: - uses: actions/checkout@v3 - name: Install Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: # stable: 'false' # Keep this line to be able to use rc and beta version of Go (ex: 1.18.0-rc1). go-version: 1.18