From 529d7e984f74cd8bf963cb8448af1d648715a1b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 14:03:52 +0000 Subject: [PATCH] Bump actions/setup-go from 4.0.1 to 4.1.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.0.1 to 4.1.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/fac708d6674e30b6ba41289acaab6d4b75aa0753...93397bea11091df50f3d7e59dc26a7711a8bcfbe) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-all-distros-nightly.yaml | 2 +- .github/workflows/ecr-publish-build.yaml | 2 +- .github/workflows/link-checker.yaml | 2 +- .github/workflows/publish-docs.yaml | 2 +- .github/workflows/publish-release-type.yaml | 2 +- .github/workflows/test-and-build.yaml | 6 +++--- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-all-distros-nightly.yaml b/.github/workflows/build-all-distros-nightly.yaml index b69f134c05..498430b7dd 100644 --- a/.github/workflows/build-all-distros-nightly.yaml +++ b/.github/workflows/build-all-distros-nightly.yaml @@ -21,7 +21,7 @@ jobs: ~/go/pkg/mod/ key: ${{ hashFiles('go.sum') }} - name: Setup Go - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 #v4.0.1 + uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe #v4.1.0 with: go-version: 1.18.x - name: Setup deps diff --git a/.github/workflows/ecr-publish-build.yaml b/.github/workflows/ecr-publish-build.yaml index fa99245e81..fa3432fa6a 100644 --- a/.github/workflows/ecr-publish-build.yaml +++ b/.github/workflows/ecr-publish-build.yaml @@ -39,7 +39,7 @@ jobs: go- - name: Setup Go - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 #v4.0.1 + uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe #v4.1.0 with: go-version: 1.18.x diff --git a/.github/workflows/link-checker.yaml b/.github/workflows/link-checker.yaml index 2cd3707b9a..6126c439ac 100644 --- a/.github/workflows/link-checker.yaml +++ b/.github/workflows/link-checker.yaml @@ -26,7 +26,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Setup Go - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 #v4.0.1 + uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe #v4.1.0 with: go-version: 1.18.x - name: Install doc dependencies diff --git a/.github/workflows/publish-docs.yaml b/.github/workflows/publish-docs.yaml index ab5721052a..dc3bc3e3fc 100644 --- a/.github/workflows/publish-docs.yaml +++ b/.github/workflows/publish-docs.yaml @@ -15,7 +15,7 @@ jobs: token: ${{ secrets.EKSCTLBOT_TOKEN }} fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 #v4.0.1 + uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe #v4.1.0 with: go-version: 1.18.x - name: Cache go-build and mod diff --git a/.github/workflows/publish-release-type.yaml b/.github/workflows/publish-release-type.yaml index cf5e976464..643dbdb98a 100644 --- a/.github/workflows/publish-release-type.yaml +++ b/.github/workflows/publish-release-type.yaml @@ -39,7 +39,7 @@ jobs: restore-keys: | go- - name: Setup Go - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 #v4.0.1 + uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe #v4.1.0 with: go-version: 1.18.x - name: Setup deps diff --git a/.github/workflows/test-and-build.yaml b/.github/workflows/test-and-build.yaml index 1c0dda4eac..a1d1b9d793 100644 --- a/.github/workflows/test-and-build.yaml +++ b/.github/workflows/test-and-build.yaml @@ -23,7 +23,7 @@ jobs: restore-keys: | go- - name: Setup Go - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 #v4.0.1 + uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe #v4.1.0 with: go-version: 1.18.x - name: Setup deps @@ -51,7 +51,7 @@ jobs: restore-keys: | go- - name: Setup Go - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 #v4.0.1 + uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe #v4.1.0 with: go-version: 1.18.x - name: Setup deps @@ -78,7 +78,7 @@ jobs: restore-keys: | go- - name: Setup Go - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 #v4.0.1 + uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe #v4.1.0 with: go-version: 1.18.x - name: Setup deps