Skip to content

fix(deps): update module github.com/gruntwork-io/terragrunt to v0.58.9 #1079

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

fix(deps): update module github.com/gruntwork-io/terragrunt to v0.58.9 #1079

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