Skip to content

Bump github.com/gruntwork-io/terratest from 0.46.7 to 0.46.9 #2639

Bump github.com/gruntwork-io/terratest from 0.46.7 to 0.46.9

Bump github.com/gruntwork-io/terratest from 0.46.7 to 0.46.9 #2639

Workflow file for this run

on: push
jobs:
run:
runs-on: ubuntu-latest
strategy:
matrix:
target:
- check-mod
- lint-ci
- test-ci
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: Install dependencies
run: make setup
- name: make ${{ matrix.target }}
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: make ${{ matrix.target }}