Skip to content

Conversation

kruskall
Copy link
Member

make lint is failing in local environment because of a command
not found error.
It seems the command is called in the current dir but 'go install'
will install packages to GOBIN.

See https://go.dev/ref/mod#go-install

Instead of updating the path, we can use the new Go 1.17 syntax for
'go run'.

See https://tip.golang.org/doc/go1.17#go%20run

make lint is failing in local environment because of a command
not found error.
It seems the command is called in the current dir but 'go install'
will install packages to GOBIN.

See https://go.dev/ref/mod#go-install

Instead of updating the path, we can use the new Go 1.17 syntax for
'go run'.

See https://tip.golang.org/doc/go1.17#go%20run
@github-actions github-actions bot added the aws-λ-extension AWS Lambda Extension label Jul 15, 2022
@ghost
Copy link

ghost commented Jul 15, 2022

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2022-07-15T21:41:30.853+0000

  • Duration: 9 min 18 sec

Test stats 🧪

Test Results
Failed 0
Passed 220
Skipped 4
Total 224

🤖 GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

@kruskall kruskall merged commit 315fc51 into elastic:main Jul 18, 2022
@kruskall kruskall deleted the fix/lint-task branch July 18, 2022 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

aws-λ-extension AWS Lambda Extension

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants