From 8202aa0764f77a1daea477b54ab12918ffdbf0ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 01:04:17 +0000 Subject: [PATCH] Bump actions/setup-go from 2.1.5 to 3.4.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.5 to 3.4.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/424fc82d43fa5a37540bae62709ddcc23d9520d4...d0a58c1c4d2b25278816e339b944508c875f3613) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/int.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/int.yml b/.github/workflows/int.yml index 8b3bf45..1874517 100644 --- a/.github/workflows/int.yml +++ b/.github/workflows/int.yml @@ -28,7 +28,7 @@ jobs: - name: Checkout uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 - name: Set up Go - uses: actions/setup-go@424fc82d43fa5a37540bae62709ddcc23d9520d4 + uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 with: go-version: 1.17 - run: sudo go test -v diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a723039..4de8e56 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 - name: Set up Go - uses: actions/setup-go@424fc82d43fa5a37540bae62709ddcc23d9520d4 + uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 with: go-version: 1.17 - uses: goreleaser/goreleaser-action@5df302e5e9e4c66310a6b6493a8865b12c555af2 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2e0f6e0..ded175c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 - name: Set up Go - uses: actions/setup-go@424fc82d43fa5a37540bae62709ddcc23d9520d4 + uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 with: go-version: 1.17 - name: Run coverage