We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ce8ce commit 2c21358Copy full SHA for 2c21358
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
test:
4
docker:
5
- - image: ghcr.io/runatlantis/testing-env:2022.12.19
+ - image: ghcr.io/runatlantis/testing-env:2022.12.22
6
steps:
7
- checkout
8
- run: make check-fmt
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
if: github.event.pull_request.draft == false
28
name: runner / gotest
29
runs-on: ubuntu-22.04
30
- container: ghcr.io/runatlantis/testing-env:2022.12.19
+ container: ghcr.io/runatlantis/testing-env:2022.12.22
31
32
- uses: actions/[email protected]
33
- run: make test-all
0 commit comments