Skip to content

Bump github.com/hashicorp/go-getter from 1.6.2 to 1.7.0 in /tools #90

Bump github.com/hashicorp/go-getter from 1.6.2 to 1.7.0 in /tools

Bump github.com/hashicorp/go-getter from 1.6.2 to 1.7.0 in /tools #90

Workflow file for this run

name: build
on:
push:
branches:
- "**"
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
- name: Install terraform
run: make tools.terraform
- name: Run linter
run: make lint
- name: Create build
run: make build
- name: Run tests
run: make test
- name: Run terraform fmt check
run: make terraform-fmtcheck
- name: Run tflint
run: make terraform-lint