Skip to content

Commit

Permalink
chore(deps): update ghcr.io/runatlantis/testing-env docker tag to v2023
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 5, 2023
1 parent 0a99107 commit 5bfddcc
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/[email protected]
- run: make test-all

0 comments on commit 5bfddcc

Please sign in to comment.