Skip to content

chore(deps): bump github.com/docker/docker from 26.1.1+incompatible to 26.1.2+incompatible #2221

chore(deps): bump github.com/docker/docker from 26.1.1+incompatible to 26.1.2+incompatible

chore(deps): bump github.com/docker/docker from 26.1.1+incompatible to 26.1.2+incompatible #2221

Workflow file for this run

name: Unit tests
on:
push:
branches: ['main']
pull_request:
branches: ['main']
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v4.01
with:
go-version: '1.22'
- uses: actions/checkout@b0e28b5ac45a892f91e7d036f8200cf5ed489415 # v3
- run: make test