From d0d5917ac82245e64151e5cdb283b31734203650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:04:26 +0000 Subject: [PATCH] ci/cd(deps): bump actions/setup-go from 5.0.0 to 5.2.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.0 to 5.2.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5.0.0...v5.2.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/tools.yml | 2 +- .github/workflows/warmup.caches.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 1c182c7..15e8b53 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4.1.1 with: { fetch-depth: 0 } - name: Set up Go environment - uses: actions/setup-go@v5.0.0 + uses: actions/setup-go@v5.2.0 with: { go-version: 1.20.x, cache-dependency-path: tools/go.sum, check-latest: true } - name: Run fast check and tests diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8284dd..1073aa2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@v4.1.1 with: { fetch-depth: 0 } - name: Set up Go environment - uses: actions/setup-go@v5.0.0 + uses: actions/setup-go@v5.2.0 with: go-version: 1.21.x check-latest: true @@ -68,7 +68,7 @@ jobs: uses: actions/checkout@v4.1.1 with: { fetch-depth: 0 } - name: Set up Go environment - uses: actions/setup-go@v5.0.0 + uses: actions/setup-go@v5.2.0 with: go-version: '${{ matrix.go }}' check-latest: true diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 0de59e1..7019f64 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@v4.1.1 with: { fetch-depth: 0 } - name: Set up Go environment - uses: actions/setup-go@v5.0.0 + uses: actions/setup-go@v5.2.0 with: go-version: 1.21.x cache-dependency-path: tools/go.sum diff --git a/.github/workflows/warmup.caches.yml b/.github/workflows/warmup.caches.yml index 33f8ad7..b82e74b 100644 --- a/.github/workflows/warmup.caches.yml +++ b/.github/workflows/warmup.caches.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4.1.1 with: { fetch-depth: 0 } - name: Set up Go environment - uses: actions/setup-go@v5.0.0 + uses: actions/setup-go@v5.2.0 with: go-version: ${{ matrix.go }} check-latest: true @@ -66,7 +66,7 @@ jobs: uses: actions/checkout@v4.1.1 with: { fetch-depth: 0 } - name: Set up Go environment - uses: actions/setup-go@v5.0.0 + uses: actions/setup-go@v5.2.0 with: go-version: 1.21.x cache-dependency-path: tools/go.sum