Skip to content

build(deps): bump github.com/docker/cli from 28.3.3+incompatible to 28.4.0+incompatible #412

build(deps): bump github.com/docker/cli from 28.3.3+incompatible to 28.4.0+incompatible

build(deps): bump github.com/docker/cli from 28.3.3+incompatible to 28.4.0+incompatible #412

Workflow file for this run

name: CI
on:
push:
branches:
- master
- 'release/**'
pull_request:
jobs:
main:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v5
with:
go-version: "oldstable"
- run: go test -covermode=atomic -race -v ./...
- name: golangci-lint
uses: golangci/[email protected]
with:
args: --verbose
- run: go install ./cmd/diffoci
- name: smoke test
run: |
set -x pipefail
diffoci diff --semantic --report-dir=~/tmp/diff alpine:3.18.2 alpine:3.18.3 | tee stdout
set +o pipefail
grep "File etc/os-release fb844374742438cf1b4e675dcd7d87c2fd6fbdb7cc7be30c62d4027240474aaf e08e943282c5d38f99bfde311c7d5759a4578f92fca5943e5b1351e8cd472892" stdout
find ~/tmp/diff