From 43ee4259e31561f7167d7aadbd80d9a2d7884fd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 07:27:14 +0200 Subject: [PATCH] update-github-action(deps): bump actions/setup-go from 2 to 3 (#1858) Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index d4dd6962b..f82604d26 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -12,7 +12,7 @@ jobs: - name: unshallow run: git fetch --prune --unshallow - name: setup-go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: "1.20" - name: capture current date