Skip to content

Bump github.com/gruntwork-io/terratest from 0.43.0 to 0.43.7 #995

Bump github.com/gruntwork-io/terratest from 0.43.0 to 0.43.7

Bump github.com/gruntwork-io/terratest from 0.43.0 to 0.43.7 #995

Workflow file for this run

name: Lint
on:
push:
paths-ignore:
- "README.md"
jobs:
lint:
name: lint
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.19"
id: go
- name: Check out code into the Go module directory
uses: actions/[email protected]
with:
submodules: "true"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 3m --verbose --build-tags integration
- name: gofmt
uses: Jerome1337/[email protected]
with:
gofmt-flags: "-l -d"