From b78e745ed5368c8ac5f65601a40cd9075b612fef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 11:10:04 +0000 Subject: [PATCH] chore(deps): bump actions/setup-go from 3.2.0 to 3.2.1 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/v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 8 ++++---- .github/workflows/release.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 44b48e05..cbb1cc15 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -50,7 +50,7 @@ jobs: fetch-depth: 0 - name: Set up go - uses: actions/setup-go@v3.2.0 + uses: actions/setup-go@v3.2.1 with: stable: 'true' go-version: ${{ matrix.go }} @@ -99,7 +99,7 @@ jobs: fetch-depth: 0 - name: Set up go - uses: actions/setup-go@v3.2.0 + uses: actions/setup-go@v3.2.1 with: stable: 'true' go-version: ${{ matrix.go }} @@ -152,7 +152,7 @@ jobs: fetch-depth: 0 - name: Set up go - uses: actions/setup-go@v3.2.0 + uses: actions/setup-go@v3.2.1 with: stable: 'true' go-version: ${{ matrix.go }} @@ -222,7 +222,7 @@ jobs: fetch-depth: 0 - name: Set up go - uses: actions/setup-go@v3.2.0 + uses: actions/setup-go@v3.2.1 with: stable: 'true' go-version: ${{ matrix.go }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd4e41a4..44244af7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 - name: Set up go - uses: actions/setup-go@v3.2.0 + uses: actions/setup-go@v3.2.1 with: stable: 'true' go-version: ${{ matrix.go }} @@ -70,7 +70,7 @@ jobs: fetch-depth: 0 - name: Set up go - uses: actions/setup-go@v3.2.0 + uses: actions/setup-go@v3.2.1 with: stable: 'true' go-version: ${{ matrix.go }} @@ -120,7 +120,7 @@ jobs: fetch-depth: 0 - name: Set up go - uses: actions/setup-go@v3.2.0 + uses: actions/setup-go@v3.2.1 with: stable: 'true' go-version: ${{ matrix.go }} @@ -174,7 +174,7 @@ jobs: fetch-depth: 0 - name: Set up go - uses: actions/setup-go@v3.2.0 + uses: actions/setup-go@v3.2.1 with: stable: 'true' go-version: ${{ matrix.go }}