Skip to content

chore(deps): bump github.com/docker/docker from 26.1.3+incompatible to 26.1.5+incompatible in /tools #35

chore(deps): bump github.com/docker/docker from 26.1.3+incompatible to 26.1.5+incompatible in /tools

chore(deps): bump github.com/docker/docker from 26.1.3+incompatible to 26.1.5+incompatible in /tools #35

GitHub Actions / Go Test Results succeeded Aug 14, 2024 in 0s

26 passed, 0 failed and 0 skipped

Tests passed successfully

✅ .test/reports/unit-test.xml

26 tests were completed in 15s with 26 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
github.com/zeiss/go-transform 26✅ 1s

✅ github.com/zeiss/go-transform

✅ TestNewTransformer
✅ TestStruct/nil
✅ TestStruct/empty
✅ TestStruct/string
✅ TestStruct
✅ TestIgnore/nil
✅ TestIgnore/empty
✅ TestIgnore/string
✅ TestIgnore
✅ TestStructLowercase/nil
✅ TestStructLowercase/empty
✅ TestStructLowercase/string
✅ TestStructLowercase
✅ TestStructTrimRight/nil
✅ TestStructTrimRight/empty
✅ TestStructTrimRight/string
✅ TestStructTrimRight
✅ TestStructTrimLeft/nil
✅ TestStructTrimLeft/empty
✅ TestStructTrimLeft/string
✅ TestStructTrimLeft
✅ TestStructUppercase/nil
✅ TestStructUppercase/empty
✅ TestStructUppercase/string
✅ TestStructUppercase
✅ ExampleTransform