From e2594e68bf2239a0b60c576c47b5ede7ac8c8fe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 May 2022 15:22:06 +0300 Subject: [PATCH] chore(deps): bump actions/setup-go from 3.0.0 to 3.1.0 (#290) Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/f6164bd8c8acb4a71fb2791a8b6c4024ff038dab...fcdc43634adb5f7ae75a9d7a9b9361790f7293e2) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 5a858063..c0ba0d74 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: uses: arnested/go-version-action@c8847d6b47d31ea7ff343b151ad514a41671babf id: go-version - name: Set up Go - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 with: go-version: ${{ steps.go-version.outputs.minimal }} - name: Run GoReleaser diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c8e603bc..e1440c25 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@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab + uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 with: go-version: ${{ matrix.go-version }} @@ -58,7 +58,7 @@ jobs: runs-on: ${{ matrix.os }} needs: get-go-versions steps: - - uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab + - uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 - uses: actions/checkout@v3 - name: golangci-lint uses: golangci/golangci-lint-action@537aa1903e5d359d0b27dbc19ddd22c5087f3fbc