Skip to content

fix(deps): update module github.com/gruntwork-io/terratest to v0.46.16 #20

fix(deps): update module github.com/gruntwork-io/terratest to v0.46.16

fix(deps): update module github.com/gruntwork-io/terratest to v0.46.16 #20

Workflow file for this run

name: Run golangci lint
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
continue-on-error: true