Skip to content

build(deps): bump github.com/docker/docker from 27.1.2+incompatible to 28.0.0+incompatible in /tests/e2etest #2055

build(deps): bump github.com/docker/docker from 27.1.2+incompatible to 28.0.0+incompatible in /tests/e2etest

build(deps): bump github.com/docker/docker from 27.1.2+incompatible to 28.0.0+incompatible in /tests/e2etest #2055

Workflow file for this run

name: verify-docs
on:
pull_request:
branches:
- master
- '*/v[0-9]+.[0-9]+'
jobs:
verify-ci:
runs-on: ubuntu-latest
env:
GOPATH: /home/runner/work/kpt-functions-catalog/functions/go
GO111MODULE: on
steps:
- uses: actions/checkout@v4
- name: Set up python 3
uses: actions/setup-python@v5
- name: Install libs
run: |
pip install pyyaml
- name: Set up Go 1.24.3
uses: actions/setup-go@v5
with:
go-version: '1.24.3'
- name: Install mdrip
run: |
go install github.com/monopole/mdrip@v1.0.2
- name: Verify docs
run: |
make verify-docs