From 9dcd1d59efe0f6abfa48c504589946f108543977 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 12:24:30 +0000 Subject: [PATCH] Bump actions/setup-go from 2 to 3.2.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.2.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v2...v3.2.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/examples-go.yml | 2 +- .github/workflows/go.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/examples-go.yml b/.github/workflows/examples-go.yml index dd556bf0b8..de2e13a143 100644 --- a/.github/workflows/examples-go.yml +++ b/.github/workflows/examples-go.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3.2.0 with: go-version: 1.16 diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4e7826b4f3..5007c27cbc 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3.2.0 with: go-version: 1.16