You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/04/08 01:48:52 UTC

[GitHub] [skywalking-cli] fgksgf commented on pull request #141: Let the eBPF profiling could performs by service level

fgksgf commented on PR #141:
URL: https://github.com/apache/skywalking-cli/pull/141#issuecomment-1092362262

   This may be caused by the go version, since we didn't use `setup-go`, the `golangci-lint` action installed go1.18 automatically:
   <img width="1044" alt="image" src="https://user-images.githubusercontent.com/26627380/162346493-20a3be03-bc20-4623-9606-9cd1e34065b7.png">
   
   How about adding a step before `golangci-lint`:
   ```yaml
   - uses: actions/setup-go@v3
     with:
       go-version: 1.16
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org