FrankYang0529 commented on PR #727:
URL: https://github.com/apache/yunikorn-k8shim/pull/727#issuecomment-1809482007

   I run `go mod tidy` again and there is a change in `go.mod`. Finally, `make 
lint` can work without error.
   
   ```
   diff --git a/go.mod b/go.mod
   index 07b33335..3db611dd 100644
   --- a/go.mod
   +++ b/go.mod
   @@ -129,7 +129,7 @@ require (
           golang.org/x/net v0.17.0 // indirect
           golang.org/x/oauth2 v0.11.0 // indirect
           golang.org/x/sync v0.3.0 // indirect
   -       golang.org/x/sys v0.13.0 // indirect
   +       golang.org/x/sys v0.14.0 // indirect
           golang.org/x/term v0.13.0 // indirect
           golang.org/x/text v0.13.0 // indirect
           golang.org/x/time v0.3.0 // indirect
   ```


-- 
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