Skip to content

Commit

Permalink
chore(deps): update ghcr.io/runatlantis/testing-env docker tag to v20…
Browse files Browse the repository at this point in the history
…23 (#2931)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 5, 2023
1 parent fbdd0c7 commit b1b0b89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b1b0b89

Please sign in to comment.