Skip to content

chore(deps): bump github.com/moby/moby from 24.0.9+incompatible to 27.3.1+incompatible #14882

chore(deps): bump github.com/moby/moby from 24.0.9+incompatible to 27.3.1+incompatible

chore(deps): bump github.com/moby/moby from 24.0.9+incompatible to 27.3.1+incompatible #14882

name: Validate Docs and Schema
on:
pull_request:
merge_group:
permissions:
contents: read
jobs:
validate-docs-and-schema:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Setup golang
uses: ./.github/actions/golang
- name: Docs and schemas
run: "make test-docs-and-schema"
- name: Save logs
if: always()
uses: ./.github/actions/save-logs