From 9d0031b6e8ba3115cdea083aad6f1398180659bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 08:39:48 -0500 Subject: [PATCH] chore(deps): bump actions/setup-go from 3.2.0 to 3.2.1 (#339) Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/b22fbbc2921299758641fab08929b4ac52b32923...84cbf8094393cdc5fe1fe1671ff2647332956b1a) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: asraa --- .github/workflows/release.yml | 2 +- .github/workflows/tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc858690..035d714e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: uses: arnested/go-version-action@bf453ac6d2e6817d97a063baeae3443f02181e29 id: go-version - name: Set up Go - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a with: go-version: ${{ steps.go-version.outputs.minimal }} - name: Run GoReleaser diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f31f84da..1f3e835c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v3 - name: Setup - Go ${{ matrix.go-version }} - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 + uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a with: go-version: ${{ matrix.go-version }} @@ -58,7 +58,7 @@ jobs: runs-on: ${{ matrix.os }} needs: get-go-versions steps: - - uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 + - uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a - uses: actions/checkout@v3 - name: golangci-lint uses: golangci/golangci-lint-action@537aa1903e5d359d0b27dbc19ddd22c5087f3fbc