From 87418ee4454743619a26ec16df3046f32c575242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 14:29:03 +0000 Subject: [PATCH] chore(deps): bump actions/setup-go from 2.1.5 to 3.0.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.5 to 3.0.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v2.1.5...v3.0.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/lint.yml | 4 ++-- .github/workflows/pr-extra.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d880b51..244387e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v3.0.2 - name: Install Go - uses: actions/setup-go@v2.1.5 + uses: actions/setup-go@v3.0.0 with: go-version: 1.16 @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v3.0.2 - name: Install Go - uses: actions/setup-go@v2.1.5 + uses: actions/setup-go@v3.0.0 with: go-version: 1.16 diff --git a/.github/workflows/pr-extra.yml b/.github/workflows/pr-extra.yml index 1a8468c..31ef3d3 100644 --- a/.github/workflows/pr-extra.yml +++ b/.github/workflows/pr-extra.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v3.0.2 - name: Install Go - uses: actions/setup-go@v2.1.5 + uses: actions/setup-go@v3.0.0 with: go-version: 1.16