Skip to content

chore(dependabot): bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 in the go_modules group #24

chore(dependabot): bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 in the go_modules group

chore(dependabot): bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 in the go_modules group #24

Workflow file for this run

name: Validate Docs
on:
pull_request:
branches:
- main
- 'release-**'
workflow_dispatch:
jobs:
validate:
name: Validate Docs
runs-on: ubuntu-latest
steps:
- name: Checkout modulectl
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
cache-dependency-path: 'go.sum'
- name: Run Docs Validation
run: make validate-docs