From 1a00432f8f3ffe427b30053dd8a1de1e658c1802 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 11:06:41 +0000 Subject: [PATCH] Bump actions/setup-go from 2 to 4 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/goreleaser.yml | 2 +- .github/workflows/unit-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 4fd0a1c..664746f 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: set up go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: go-version: "1.21" diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 5397184..6de119f 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: set up go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: go-version: "1.21"