Skip to content

feat: minor adjustments (cba) #262

feat: minor adjustments (cba)

feat: minor adjustments (cba) #262

Triggered via push February 8, 2024 19:57
Status Failure
Total duration 45s
Artifacts

test.yaml

on: push
test-cache
18s
test-cache
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

51 errors and 5 warnings
test-cache: fs.go#L21
undefined: errors.Join
test-cache: data/data.go#L133
fmt.Errorf call has more than one error-wrapping directive %w
test-cache: mocks/data/file_codec.go#L78
undefined: data.Map
test-cache: mocks/data/file_codec.go#L81
undefined: data.Map
test-cache: mocks/data/file_codec.go#L83
undefined: data.Map
test-cache: mocks/data/file_codec.go#L86
undefined: data.Map
test-cache: mocks/data/file_codec.go#L90
undefined: data.Map
test-cache: mocks/data/file_codec.go#L121
undefined: data.Map
test-cache: mocks/data/file_codec.go#L126
undefined: data.Map
test-cache
Process completed with exit code 1.
test (1.20.x, ubuntu-latest): class_test.go#L152
unknown field Path in struct literal of type skipper.File
test (1.20.x, ubuntu-latest): class_test.go#L153
unknown field Bytes in struct literal of type skipper.File
test (1.20.x, ubuntu-latest): file_test.go#L19
invalid operation: file.Path != "example.txt" (mismatched types func() string and untyped string)
test (1.20.x, ubuntu-latest): file_test.go#L36
unknown field Path in struct literal of type skipper.File
test (1.20.x, ubuntu-latest): file_test.go#L38
file.Exists undefined (type *skipper.File has no field or method Exists)
test (1.20.x, ubuntu-latest): file_test.go#L45
file.Exists undefined (type *skipper.File has no field or method Exists)
test (1.20.x, ubuntu-latest): file_test.go#L56
unknown field Path in struct literal of type skipper.File
test (1.20.x, ubuntu-latest): file_test.go#L58
file.Load undefined (type *skipper.File has no field or method Load)
test (1.20.x, ubuntu-latest): file_test.go#L63
cannot convert 0644 (untyped int constant 420) to type func() fs.FileMode
test (1.20.x, ubuntu-latest): file_test.go#L67
cannot convert file.Bytes (value of type func() []byte) to type string
test (1.21.x, ubuntu-latest)
The job was canceled because "_1_20_x_ubuntu-latest" failed.
test (1.21.x, ubuntu-latest): class_test.go#L152
unknown field Path in struct literal of type skipper.File
test (1.21.x, ubuntu-latest): class_test.go#L153
unknown field Bytes in struct literal of type skipper.File
test (1.21.x, ubuntu-latest): file_test.go#L19
invalid operation: file.Path != "example.txt" (mismatched types func() string and untyped string)
test (1.21.x, ubuntu-latest): file_test.go#L36
unknown field Path in struct literal of type skipper.File
test (1.21.x, ubuntu-latest): file_test.go#L38
file.Exists undefined (type *skipper.File has no field or method Exists)
test (1.21.x, ubuntu-latest): file_test.go#L45
file.Exists undefined (type *skipper.File has no field or method Exists)
test (1.21.x, ubuntu-latest): file_test.go#L56
unknown field Path in struct literal of type skipper.File
test (1.21.x, ubuntu-latest): file_test.go#L58
file.Load undefined (type *skipper.File has no field or method Load)
test (1.21.x, ubuntu-latest): file_test.go#L63
cannot convert 0644 (untyped int constant 420) to type func() fs.FileMode
test (1.21.x, ubuntu-latest): file_test.go#L67
cannot convert file.Bytes (value of type func() []byte) to type string
test (1.21.x, macos-latest): class.go#L118
fmt.Errorf format %s arg file.Path is a func value, not called
test (1.21.x, macos-latest): secret.go#L222
fmt.Errorf format %s arg file.Path is a func value, not called
test (1.21.x, macos-latest): target.go#L124
fmt.Errorf format %s arg file.Path is a func value, not called
test (1.21.x, macos-latest): class_test.go#L152
unknown field Path in struct literal of type skipper.File
test (1.21.x, macos-latest): class_test.go#L153
unknown field Bytes in struct literal of type skipper.File
test (1.21.x, macos-latest): file_test.go#L19
invalid operation: file.Path != "example.txt" (mismatched types func() string and untyped string)
test (1.21.x, macos-latest): file_test.go#L36
unknown field Path in struct literal of type skipper.File
test (1.21.x, macos-latest): file_test.go#L38
file.Exists undefined (type *skipper.File has no field or method Exists)
test (1.21.x, macos-latest): file_test.go#L45
file.Exists undefined (type *skipper.File has no field or method Exists)
test (1.21.x, macos-latest): file_test.go#L56
unknown field Path in struct literal of type skipper.File
test (1.20.x, macos-latest): class_test.go#L152
unknown field Path in struct literal of type skipper.File
test (1.20.x, macos-latest): class_test.go#L153
unknown field Bytes in struct literal of type skipper.File
test (1.20.x, macos-latest): file_test.go#L19
invalid operation: file.Path != "example.txt" (mismatched types func() string and untyped string)
test (1.20.x, macos-latest): file_test.go#L36
unknown field Path in struct literal of type skipper.File
test (1.20.x, macos-latest): file_test.go#L38
file.Exists undefined (type *skipper.File has no field or method Exists)
test (1.20.x, macos-latest): file_test.go#L45
file.Exists undefined (type *skipper.File has no field or method Exists)
test (1.20.x, macos-latest): file_test.go#L56
unknown field Path in struct literal of type skipper.File
test (1.20.x, macos-latest): file_test.go#L58
file.Load undefined (type *skipper.File has no field or method Load)
test (1.20.x, macos-latest): file_test.go#L63
cannot convert 0644 (untyped int constant 420) to type func() fs.FileMode
test (1.20.x, macos-latest): file_test.go#L67
cannot convert file.Bytes (value of type func() []byte) to type string
test-cache
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (1.20.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (1.21.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (1.21.x, macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (1.20.x, macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.