Skip to content

fix(deps): update module github.com/hashicorp/terraform-config-inspect to v0.0.0-20240509232506-4708120f8f30 - autoclosed #1085

fix(deps): update module github.com/hashicorp/terraform-config-inspect to v0.0.0-20240509232506-4708120f8f30 - autoclosed

fix(deps): update module github.com/hashicorp/terraform-config-inspect to v0.0.0-20240509232506-4708120f8f30 - autoclosed #1085

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
container:
image: golang:1.21-alpine
steps:
- name: Install pre-requisites (1)
run: |
apk add --no-cache make jq zip curl git npm gettext
- name: Install pre-requisites (2)
run: |
go install github.com/github/hub@latest
- name: Checkout
uses: actions/checkout@master
- name: Build
run: make binaries