Skip to content

Bump github.com/docker/docker from 23.0.1+incompatible to 26.1.4+incompatible #446

Bump github.com/docker/docker from 23.0.1+incompatible to 26.1.4+incompatible

Bump github.com/docker/docker from 23.0.1+incompatible to 26.1.4+incompatible #446

Workflow file for this run

name: Unit tests
on:
push:
branches:
- main
tags:
- "v*.*.*"
pull_request:
jobs:
test:
strategy:
matrix:
go-version: [1.22]
os: [ubuntu-latest]
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
- run: go test github.com/peggyjv/sommelier/.../x/...