Skip to content

Bump github.com/docker/docker from 24.0.0+incompatible to 24.0.9+incompatible in /pkg/authn/k8schain #1343

Bump github.com/docker/docker from 24.0.0+incompatible to 24.0.9+incompatible in /pkg/authn/k8schain

Bump github.com/docker/docker from 24.0.0+incompatible to 24.0.9+incompatible in /pkg/authn/k8schain #1343

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:
- name: Check out code
uses: actions/checkout@v3
- uses: chainguard-dev/actions/boilerplate@5e21cb47971231c078a677dfe89a348371cb880c # main
with:
extension: ${{ matrix.extension }}
language: ${{ matrix.language }}