From b1b0b898cc450c4bbdfaf682ba39b367044f3407 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 00:24:02 -0500 Subject: [PATCH] chore(deps): update ghcr.io/runatlantis/testing-env docker tag to v2023 (#2931) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .circleci/config.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f351747fbc..90c7a39f55 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: test: docker: - - image: ghcr.io/runatlantis/testing-env:2022.12.22 + - image: ghcr.io/runatlantis/testing-env:2023.01.04 steps: - checkout - run: make check-fmt diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a899e03ccb..28044aa426 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: if: github.event.pull_request.draft == false name: runner / gotest runs-on: ubuntu-22.04 - container: ghcr.io/runatlantis/testing-env:2022.12.22 + container: ghcr.io/runatlantis/testing-env:2023.01.04 steps: - uses: actions/checkout@v3.2.0 - run: make test-all