From bb0c21ff292dcd07364ac83512a9e6d06fa3e3c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 13:52:27 +0000 Subject: [PATCH] Bump actions/setup-go from 4.1.0 to 5.0.1 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.1.0 to 5.0.1. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4.1.0...v5.0.1) --- 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 0239756..3f0f010 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@v4.1.0 + uses: actions/setup-go@v5.0.1 with: go-version: "1.22" diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index f125daf..f23dd8d 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@v4.1.0 + uses: actions/setup-go@v5.0.1 with: go-version: "1.22"