sotw: rlp workflow #2447
Annotations
2 errors and 2 warnings
pkg/wasm/utils.go#L1
Please run gofmt -s.
diff --git a/pkg/wasm/utils.go b/pkg/wasm/utils.go
index b97dbe6..71f01e9 100644
--- a/pkg/wasm/utils.go
+++ b/pkg/wasm/utils.go
@@ -50,7 +50,7 @@ func BuildActionSetsForPath(pathID string, path []machinery.Targetable, policyRu
var err error
- actions := lo.FilterMap(lo.Entries(policyRules), func(r lo.Entry[string, kuadrantv1.MergeableRule] , _ int) (Action, bool) {
+ actions := lo.FilterMap(lo.Entries(policyRules), func(r lo.Entry[string, kuadrantv1.MergeableRule], _ int) (Action, bool) {
action, err := actionBuilder(r.Key, r.Value)
if err != nil {
errors.Join(err)
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
This job failed
Loading