Skip to content

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

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 #672

Workflow file for this run

name: Unit testing
on:
push:
branches:
- master
pull_request:
branches:
- master
types: [opened, synchronize, closed]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out slimtoolkit/slim repo
uses: actions/checkout@v4.1.1
- name: Set up Go development environment
uses: actions/setup-go@v5.0.0
with:
go-version: '1.21.4'
- name: Run tests
run: make test