Skip to content

chore(deps): bump github.com/golangci/golangci-lint from 1.59.1 to 1.60.1 in /tools #36

chore(deps): bump github.com/golangci/golangci-lint from 1.59.1 to 1.60.1 in /tools

chore(deps): bump github.com/golangci/golangci-lint from 1.59.1 to 1.60.1 in /tools #36

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