Move nats worker to ctrl listener #13
push-pr-lint.yaml
on: pull_request
lint-test
3m 13s
build
0s
Annotations
10 errors and 2 warnings
lint-test:
internal/model/types.go#L1
: cannot compile Go 1.22 code (typecheck)
|
lint-test:
internal/app/app.go#L12
could not import github.com/metal-toolbox/flipflop/internal/model (-: cannot compile Go 1.22 code) (typecheck)
|
lint-test:
internal/device/bmc.go#L17
could not import github.com/metal-toolbox/flipflop/internal/model (-: cannot compile Go 1.22 code) (typecheck)
|
lint-test:
internal/device/bmc.go#L36
undefined: bmclib (typecheck)
|
lint-test:
internal/device/bmc.go#L166
undefined: bmclib (typecheck)
|
lint-test:
internal/device/bmc.go#L184
undefined: bmclib (typecheck)
|
lint-test:
internal/store/store.go#L7
could not import github.com/metal-toolbox/flipflop/internal/model (-: cannot compile Go 1.22 code) (typecheck)
|
lint-test:
internal/version/version.go#L1
: cannot compile Go 1.22 code (typecheck)
|
lint-test:
internal/worker/task.go#L7
could not import github.com/metal-toolbox/rivets/types (-: cannot compile Go 1.22 code) (typecheck)
|
lint-test:
internal/worker/task.go#L65
task.Parameters undefined (type *Task has no field or method Parameters) (typecheck)
|
lint-test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint-test
Restore cache failed: Dependencies file is not found in /home/runner/work/flipflop/flipflop. Supported file pattern: go.sum
|