refactor: using slices.Contains to simplify the code #13929
Annotations
3 errors and 2 warnings
Run golangci-lint with reviewdog:
cmd/goal/accountsList.go#L105
in call to slices.Contains, S (type map[string]string) does not satisfy ~[]E (typecheck)
|
Run golangci-lint with reviewdog:
cmd/goal/accountsList.go#L105
[Lint Warnings] reported by reviewdog 🐶
in call to slices.Contains, S (type map[string]string) does not satisfy ~[]E (typecheck)
Raw Output:
cmd/goal/accountsList.go:105:24: in call to slices.Contains, S (type map[string]string) does not satisfy ~[]E (typecheck)
// Copyright (C) 2019-2025 Algorand, Inc.
|
Run golangci-lint with reviewdog
Process completed with exit code 1.
|
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v3.3.1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading