Skip to content

Bump github.com/gruntwork-io/terratest from 0.47.1 to 0.47.2 #356

Bump github.com/gruntwork-io/terratest from 0.47.1 to 0.47.2

Bump github.com/gruntwork-io/terratest from 0.47.1 to 0.47.2 #356

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
types: [ 'opened', 'synchronize' ]
jobs:
test:
name: Test
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Set up Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version-file: 'go.mod'
- name: Go test
run: |
go test ./...