From 84dbf17188df082b2b16fdb3a35871f964574af3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 11:55:48 +0100 Subject: [PATCH] Bump actions/setup-go from 4 to 5 (#989) Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4...v5) --- 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-edge.yml | 2 +- .github/workflows/goreleaser.yml | 2 +- .github/workflows/pr-extended-linting.yml | 2 +- .github/workflows/pr-test-lint.yml | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/goreleaser-edge.yml b/.github/workflows/goreleaser-edge.yml index a1d636a4..f730ba57 100644 --- a/.github/workflows/goreleaser-edge.yml +++ b/.github/workflows/goreleaser-edge.yml @@ -27,7 +27,7 @@ jobs: - name: Import environment variables from file run: cat ".github/env" >> $GITHUB_ENV - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: ">=${{ env.golang-version }}" cache: false diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index dbdf6f3a..4ddb71cf 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -43,7 +43,7 @@ jobs: echo "skip-publish=true" >> $GITHUB_ENV - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: ">=${{ env.golang-version }}" cache: false diff --git a/.github/workflows/pr-extended-linting.yml b/.github/workflows/pr-extended-linting.yml index ed20a2b9..e39a0fb6 100644 --- a/.github/workflows/pr-extended-linting.yml +++ b/.github/workflows/pr-extended-linting.yml @@ -17,7 +17,7 @@ jobs: - name: Import environment variables from file run: cat ".github/env" >> $GITHUB_ENV - name: Install Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: ">=${{ env.golang-version }}" cache: false diff --git a/.github/workflows/pr-test-lint.yml b/.github/workflows/pr-test-lint.yml index b2a85e47..a59a5d85 100644 --- a/.github/workflows/pr-test-lint.yml +++ b/.github/workflows/pr-test-lint.yml @@ -18,7 +18,7 @@ jobs: - name: Import environment variables from file run: cat ".github/env" >> $GITHUB_ENV - name: Install Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: ">=${{ env.golang-version }}" cache: false @@ -36,7 +36,7 @@ jobs: - name: Import environment variables from file run: cat ".github/env" >> $GITHUB_ENV - name: Install Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: ">=${{ env.golang-version }}" cache: false @@ -54,7 +54,7 @@ jobs: - name: Import environment variables from file run: cat ".github/env" >> $GITHUB_ENV - name: Install Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: ">=${{ env.golang-version }}" cache: false