From 2c6614d9b72c82f4b72949a51ba88b2a7e44854d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 04:25:07 +0000 Subject: [PATCH] chore(deps): update dependency golang/go to v1.23.1 --- .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 d90ad1295..576ba579c 100644 --- a/.github/workflows/debug-with-action-tmate.yaml +++ b/.github/workflows/debug-with-action-tmate.yaml @@ -31,7 +31,7 @@ jobs: AQUA_GITHUB_TOKEN: ${{github.token}} - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 with: - go-version: 1.22.6 + go-version: 1.23.1 # The default vim doesn't work well, so we install the latest vim ourselves. - uses: rhysd/action-setup-vim@acff3bc31a82af69a26f90af710926fdab04d00e # v1.3.5 diff --git a/.github/workflows/macos-test.yaml b/.github/workflows/macos-test.yaml index d7ee8358f..1e271ab3f 100644 --- a/.github/workflows/macos-test.yaml +++ b/.github/workflows/macos-test.yaml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 with: - go-version: 1.22.6 + go-version: 1.23.1 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 206083899..7cc0062e8 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@d98e23ec5255820653b80250e15e1eb160537908 # v1.1.0 with: homebrew: true - go-version: 1.22.6 + go-version: 1.23.1 aqua_policy_allow: true aqua_version: v2.32.0 app_token_repositories: >- diff --git a/.github/workflows/wc-go-mod-tidy.yaml b/.github/workflows/wc-go-mod-tidy.yaml index 0eae2bc8e..f6c6fe697 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@79af8ebcd2dea45c27303b09192be80f7a35a37a # v1.1.0 with: - go-version: 1.22.6 + go-version: 1.23.1 aqua_version: v2.32.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 e4ba183b8..459a82b68 100644 --- a/.github/workflows/wc-integration-test.yaml +++ b/.github/workflows/wc-integration-test.yaml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 with: - go-version: 1.22.6 + go-version: 1.23.1 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 7c2977b32..8d0c83201 100644 --- a/.github/workflows/wc-test.yaml +++ b/.github/workflows/wc-test.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 with: - go-version: 1.22.6 + go-version: 1.23.1 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 111df756c..2549f1d53 100644 --- a/.github/workflows/windows-test.yaml +++ b/.github/workflows/windows-test.yaml @@ -43,7 +43,7 @@ jobs: - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 if: inputs.aqua_version == '' with: - go-version: 1.22.6 + go-version: 1.23.1 cache: true - run: go install ./cmd/aqua if: inputs.aqua_version == '' @@ -131,7 +131,7 @@ jobs: - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 if: inputs.aqua_version == '' with: - go-version: 1.22.6 + go-version: 1.23.1 cache: true - run: go install ./cmd/aqua if: inputs.aqua_version == ''