Skip to content

Bump github.com/docker/docker from 26.0.1+incompatible to 26.0.2+incompatible #1518

Bump github.com/docker/docker from 26.0.1+incompatible to 26.0.2+incompatible

Bump github.com/docker/docker from 26.0.1+incompatible to 26.0.2+incompatible #1518

Workflow file for this run

name: Boilerplate
on:
pull_request:
branches: ['main']
jobs:
check:
name: Boilerplate Check
runs-on: ubuntu-latest
strategy:
fail-fast: false # Keep running if one leg fails.
matrix:
extension:
- go
- sh
# Map between extension and human-readable name.
include:
- extension: go
language: Go
- extension: sh
language: Bash
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: chainguard-dev/actions/boilerplate@84c993eaf02da1c325854fb272a4df9184bd80fc # main
with:
extension: ${{ matrix.extension }}
language: ${{ matrix.language }}