From 73a647fb6d9fe95313656a348b6f306985090ff3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 00:02:18 +0000 Subject: [PATCH] Bump actions/setup-go from 2.1.3 to 3.5.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.3 to 3.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v2.1.3...v3.5.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/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd8472b..3766a74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master' && matrix.os == 'ubuntu-latest'" - name: Set up Go ${{ matrix.golang }} - uses: actions/setup-go@v2.1.3 + uses: actions/setup-go@v3.5.0 with: go-version: ${{ matrix.golang }} id: go diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 70b7da4..7670f8c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - name: Unshallow run: git fetch --prune --unshallow - name: Set up Go - uses: actions/setup-go@v2.1.3 + uses: actions/setup-go@v3.5.0 with: go-version: 1.15 - name: Import GPG key