Skip to content

feat: return message if the key in the file differs from the key in t… #2

feat: return message if the key in the file differs from the key in t…

feat: return message if the key in the file differs from the key in t… #2

Triggered via push February 8, 2024 10:34
Status Failure
Total duration 50s
Artifacts

test.yaml

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

Annotations

33 errors and 9 warnings
test-cache: secret/driver.go#L36
cannot use driver.NewPlain() (value of type *driver.Plain) as type Driver in assignment:
test-cache: secret/driver.go#L38
cannot use driver.NewBase64() (value of type *driver.Base64) as type Driver in assignment:
test-cache: secret/driver.go#L40
cannot use driver.NewAes() (value of type *driver.Aes) as type Driver in assignment:
test-cache: secret/driver.go#L42
cannot use driver.NewAzure() (value of type *driver.Azure) as type Driver in assignment:
test-cache
Process completed with exit code 1.
test (1.19.x, ubuntu-latest): secret/driver.go#L36
cannot use driver.NewPlain() (value of type *driver.Plain) as type Driver in assignment:
test (1.19.x, ubuntu-latest): secret/driver.go#L38
cannot use driver.NewBase64() (value of type *driver.Base64) as type Driver in assignment:
test (1.19.x, ubuntu-latest): secret/driver.go#L40
cannot use driver.NewAes() (value of type *driver.Aes) as type Driver in assignment:
test (1.19.x, ubuntu-latest): secret/driver.go#L42
cannot use driver.NewAzure() (value of type *driver.Azure) as type Driver in assignment:
test (1.19.x, ubuntu-latest)
Process completed with exit code 1.
test (1.18.x, ubuntu-latest): secret/driver.go#L36
cannot use driver.NewPlain() (value of type *driver.Plain) as type Driver in assignment:
test (1.18.x, ubuntu-latest): secret/driver.go#L38
cannot use driver.NewBase64() (value of type *driver.Base64) as type Driver in assignment:
test (1.18.x, ubuntu-latest): secret/driver.go#L40
cannot use driver.NewAes() (value of type *driver.Aes) as type Driver in assignment:
test (1.18.x, ubuntu-latest): secret/driver.go#L42
cannot use driver.NewAzure() (value of type *driver.Azure) as type Driver in assignment:
test (1.18.x, ubuntu-latest)
Process completed with exit code 2.
test (1.21.x, ubuntu-latest): secret/driver.go#L36
cannot use driver.NewPlain() (value of type *"github.com/lukasjarosch/skipper/secret/driver".Plain) as Driver value in assignment: *"github.com/lukasjarosch/skipper/secret/driver".Plain does not implement Driver (missing method GetPublicKey)
test (1.21.x, ubuntu-latest): secret/driver.go#L38
cannot use driver.NewBase64() (value of type *"github.com/lukasjarosch/skipper/secret/driver".Base64) as Driver value in assignment: *"github.com/lukasjarosch/skipper/secret/driver".Base64 does not implement Driver (missing method GetPublicKey)
test (1.21.x, ubuntu-latest): secret/driver.go#L40
cannot use driver.NewAes() (value of type *"github.com/lukasjarosch/skipper/secret/driver".Aes) as Driver value in assignment: *"github.com/lukasjarosch/skipper/secret/driver".Aes does not implement Driver (missing method GetPublicKey)
test (1.21.x, ubuntu-latest): secret/driver.go#L42
cannot use driver.NewAzure() (value of type *"github.com/lukasjarosch/skipper/secret/driver".Azure) as Driver value in assignment: *"github.com/lukasjarosch/skipper/secret/driver".Azure does not implement Driver (missing method GetPublicKey)
test (1.21.x, ubuntu-latest)
Process completed with exit code 1.
test (1.19.x, macos-latest): secret/driver.go#L36
cannot use driver.NewPlain() (value of type *driver.Plain) as type Driver in assignment:
test (1.19.x, macos-latest): secret/driver.go#L38
cannot use driver.NewBase64() (value of type *driver.Base64) as type Driver in assignment:
test (1.19.x, macos-latest): secret/driver.go#L40
cannot use driver.NewAes() (value of type *driver.Aes) as type Driver in assignment:
test (1.19.x, macos-latest): secret/driver.go#L42
cannot use driver.NewAzure() (value of type *driver.Azure) as type Driver in assignment:
test (1.19.x, macos-latest)
Process completed with exit code 1.
test (1.18.x, macos-latest)
The operation was canceled.
test (1.20.x, ubuntu-latest): secret/driver.go#L36
cannot use driver.NewPlain() (value of type *"github.com/lukasjarosch/skipper/secret/driver".Plain) as Driver value in assignment: *"github.com/lukasjarosch/skipper/secret/driver".Plain does not implement Driver (missing method GetPublicKey)
test (1.20.x, ubuntu-latest): secret/driver.go#L38
cannot use driver.NewBase64() (value of type *"github.com/lukasjarosch/skipper/secret/driver".Base64) as Driver value in assignment: *"github.com/lukasjarosch/skipper/secret/driver".Base64 does not implement Driver (missing method GetPublicKey)
test (1.20.x, ubuntu-latest): secret/driver.go#L40
cannot use driver.NewAes() (value of type *"github.com/lukasjarosch/skipper/secret/driver".Aes) as Driver value in assignment: *"github.com/lukasjarosch/skipper/secret/driver".Aes does not implement Driver (missing method GetPublicKey)
test (1.20.x, ubuntu-latest): secret/driver.go#L42
cannot use driver.NewAzure() (value of type *"github.com/lukasjarosch/skipper/secret/driver".Azure) as Driver value in assignment: *"github.com/lukasjarosch/skipper/secret/driver".Azure does not implement Driver (missing method GetPublicKey)
test (1.20.x, ubuntu-latest)
The operation was canceled.
test (1.21.x, macos-latest)
The operation was canceled.
test (1.20.x, macos-latest)
The operation was canceled.
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.19.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.18.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.19.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.18.x, macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@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, 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/.