From c91427f6b82892e79623eaf22e3e62ec27b4e80b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 05:33:46 +0000 Subject: [PATCH] chore(deps): update dependency golang/go to v1.21.5 --- .github/workflows/debug-with-action-tmate.yaml | 2 +- .github/workflows/macos-test.yaml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/wc-go-mod-tidy.yaml | 2 +- .github/workflows/wc-integration-test.yaml | 2 +- .github/workflows/wc-test.yaml | 2 +- .github/workflows/windows-test.yaml | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/debug-with-action-tmate.yaml b/.github/workflows/debug-with-action-tmate.yaml index 716cfda82..133cca2e6 100644 --- a/.github/workflows/debug-with-action-tmate.yaml +++ b/.github/workflows/debug-with-action-tmate.yaml @@ -30,7 +30,7 @@ jobs: AQUA_GITHUB_TOKEN: ${{github.token}} - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 with: - go-version: 1.21.4 + go-version: 1.21.5 # The default vim doesn't work well, so we install the latest vim ourselves. - uses: rhysd/action-setup-vim@7da6ebc0a6968029b289c2ebeab34c5ca34cea3f # v1.3.0 diff --git a/.github/workflows/macos-test.yaml b/.github/workflows/macos-test.yaml index 8a3c42a7d..4040835db 100644 --- a/.github/workflows/macos-test.yaml +++ b/.github/workflows/macos-test.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 with: - go-version: 1.21.4 + go-version: 1.21.5 cache: true - run: go install ./cmd/aqua - run: echo "${XDG_DATA_HOME:-$HOME/.local/share}/aquaproj-aqua/bin" >> "$GITHUB_PATH" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3b9d8d24f..a80a10a4f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,7 +9,7 @@ jobs: uses: suzuki-shunsuke/go-release-workflow/.github/workflows/release.yaml@dc7096a64b1f1f8426fe836000f291e8b37dae3a # v0.5.0 with: homebrew: true - go-version: 1.21.4 + go-version: 1.21.5 aqua_policy_allow: true aqua_version: v2.21.0 secrets: diff --git a/.github/workflows/wc-go-mod-tidy.yaml b/.github/workflows/wc-go-mod-tidy.yaml index 5cc6be931..655bb620f 100644 --- a/.github/workflows/wc-go-mod-tidy.yaml +++ b/.github/workflows/wc-go-mod-tidy.yaml @@ -11,7 +11,7 @@ jobs: go-mod-tidy: uses: suzuki-shunsuke/go-mod-tidy-workflow/.github/workflows/go-mod-tidy.yaml@8facac38f5b2008648c14e31c632c3a709439b9c # v0.1.1 with: - go-version: 1.21.4 + go-version: 1.21.5 aqua_version: v2.21.0 secrets: gh_app_id: ${{secrets.gh_app_id}} diff --git a/.github/workflows/wc-integration-test.yaml b/.github/workflows/wc-integration-test.yaml index 7786ad79d..85997eda9 100644 --- a/.github/workflows/wc-integration-test.yaml +++ b/.github/workflows/wc-integration-test.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 with: - go-version: 1.21.4 + go-version: 1.21.5 cache: true - uses: suzuki-shunsuke/github-token-action@350d7506222e3a0016491abe85b5c4dd475b67d1 # v0.2.1 diff --git a/.github/workflows/wc-test.yaml b/.github/workflows/wc-test.yaml index 677410d40..f6d10025a 100644 --- a/.github/workflows/wc-test.yaml +++ b/.github/workflows/wc-test.yaml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 with: - go-version: 1.21.4 + go-version: 1.21.5 cache: true - run: go build -o /usr/local/bin/aqua ./cmd/aqua - run: echo "${XDG_DATA_HOME:-$HOME/.local/share}/aquaproj-aqua/bin" >> "$GITHUB_PATH" diff --git a/.github/workflows/windows-test.yaml b/.github/workflows/windows-test.yaml index 8fe79f372..69cf401b2 100644 --- a/.github/workflows/windows-test.yaml +++ b/.github/workflows/windows-test.yaml @@ -42,7 +42,7 @@ jobs: - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 if: inputs.aqua_version == '' with: - go-version: 1.21.4 + go-version: 1.21.5 cache: true - run: go install ./cmd/aqua if: inputs.aqua_version == '' @@ -129,7 +129,7 @@ jobs: - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 if: inputs.aqua_version == '' with: - go-version: 1.21.4 + go-version: 1.21.5 cache: true - run: go install ./cmd/aqua if: inputs.aqua_version == ''