From 2c213581f7c6ee5ca7afc033755fb6acb542b86f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 11:30:42 -0600 Subject: [PATCH] chore(deps): update ghcr.io/runatlantis/testing-env docker tag to v2022.12.22 (#2844) 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 ea974f603a..7fac305f75 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.19 + - image: ghcr.io/runatlantis/testing-env:2022.12.22 steps: - checkout - run: make check-fmt diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a7ef7c0d7c..a899e03ccb 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.19 + container: ghcr.io/runatlantis/testing-env:2022.12.22 steps: - uses: actions/checkout@v3.2.0 - run: make test-all