Skip to content

Bump actions/setup-go from 3 to 5 #91

Bump actions/setup-go from 3 to 5

Bump actions/setup-go from 3 to 5 #91

Workflow file for this run

name: 'validate'
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v4
- name: 'Setup Terraform'
uses: hashicorp/[email protected]
with:
terraform_version: 1.0.3
- name: Terraform Init
id: init
run: terraform init
- name: Terraform Validate
id: validate
run: terraform validate -no-color