Skip to content

Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible #1003

Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible

Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible #1003

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Set up Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: "1.22"
check-latest: true
- name: Build
run: make build-all
- name: Unit Tests
run: make unit-test