Skip to content

Bump github.com/hashicorp/terraform-plugin-docs from 0.19.0 to 0.19.1 #64

Bump github.com/hashicorp/terraform-plugin-docs from 0.19.0 to 0.19.1

Bump github.com/hashicorp/terraform-plugin-docs from 0.19.0 to 0.19.1 #64

Workflow file for this run

name: Go
on:
push:
branches: [ "master" ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Build
run: go build -v ./...
# - name: Test
# env:
# # These secrets will need to be configured for the repository:
# run: go test -v ./...