Skip to content

chore(deps): bump github.com/docker/docker from 26.1.3+incompatible to 26.1.5+incompatible #5169

chore(deps): bump github.com/docker/docker from 26.1.3+incompatible to 26.1.5+incompatible

chore(deps): bump github.com/docker/docker from 26.1.3+incompatible to 26.1.5+incompatible #5169

Workflow file for this run

name: Func Check Schema
on: [pull_request]
jobs:
check:
name: Check Schema
strategy:
matrix:
os: ["ubuntu-latest"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: ./.github/composite/go-setup
- name: Check that 'func.yaml schema' is up-to-date
run: make schema-check