Skip to content

Bump github.com/google/uuid from 1.3.0 to 1.3.1 #342

Bump github.com/google/uuid from 1.3.0 to 1.3.1

Bump github.com/google/uuid from 1.3.0 to 1.3.1 #342

Workflow file for this run

on:
push:
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
- 'LICENSE'
name: Validate
jobs:
validate:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: checkout
uses: actions/checkout@v3
- name: validate generated terraform configuration
run: make validate-tf