Skip to content

Bump github.com/hashicorp/terraform-plugin-docs from 0.24.0 to 0.25.0 #140

Bump github.com/hashicorp/terraform-plugin-docs from 0.24.0 to 0.25.0

Bump github.com/hashicorp/terraform-plugin-docs from 0.24.0 to 0.25.0 #140

Workflow file for this run

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