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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to