diff --git a/.github/workflows/debug-with-action-tmate.yaml b/.github/workflows/debug-with-action-tmate.yaml index 5f67f75ee..0f0a27481 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.2 + go-version: 1.21.3 # The default vim doesn't work well, so we install the latest vim ourselves. - uses: rhysd/action-setup-vim@015df8c5b8dabdca7febe31bb66c156c0d780374 # v1.2.15 diff --git a/.github/workflows/macos-test.yaml b/.github/workflows/macos-test.yaml index 6bb58f317..36a1e2c77 100644 --- a/.github/workflows/macos-test.yaml +++ b/.github/workflows/macos-test.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 with: - go-version: 1.21.2 + go-version: 1.21.3 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 3984f9e49..372995785 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@d6f6cfa71c22d118c758a42ec2d1fb18cba0536e # v0.4.4 with: homebrew: true - go-version: 1.21.2 + go-version: 1.21.3 aqua_policy_allow: true aqua_version: v2.13.0 secrets: diff --git a/.github/workflows/wc-go-mod-tidy.yaml b/.github/workflows/wc-go-mod-tidy.yaml index 5859131af..cb7aa9b38 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.2 + go-version: 1.21.3 aqua_version: v2.13.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 99a403aa7..23fe36c63 100644 --- a/.github/workflows/wc-integration-test.yaml +++ b/.github/workflows/wc-integration-test.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 with: - go-version: 1.21.2 + go-version: 1.21.3 cache: true - run: go install ./cmd/aqua diff --git a/.github/workflows/wc-test.yaml b/.github/workflows/wc-test.yaml index de3aef09b..9e26832f5 100644 --- a/.github/workflows/wc-test.yaml +++ b/.github/workflows/wc-test.yaml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 with: - go-version: 1.21.2 + go-version: 1.21.3 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 cac9f9fa3..ccdda464e 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.2 + go-version: 1.21.3 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.2 + go-version: 1.21.3 cache: true - run: go install ./cmd/aqua if: inputs.aqua_version == ''