-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't parse date when running #3087
Comments
Hey, thank you for opening your first Issue ! 🙂 If you would like to contribute we have a guide for contributors. |
Hello, can you provide your git configuration? |
|
It feels like your |
@ldez But the date can be shown without a timezone. I have a similar error: |
The specification seems clear: the timezone is not optional.
I will try to find how to handle |
Created an issue in the library where the error occurs: sourcegraph/go-diff#64 |
Running tests on macOS gives the same error:
|
The problem comes from the Our CI runs a job on macOS/darwin.
For me it's a problem with Apple diff. |
Any idea how to install different diff? |
|
Support for Apple's diff output was added in sourcegraph/go-diff@7ef5f68, so upgrading the |
I will take a look |
Issue Environment Thanks @shepherdjerred |
The problem with apple diff is now fixed upstream: sourcegraph/go-diff#65 |
And it looks like it was also updated, so next release should work with apple diff: 58ebedd |
Thanks |
thanks |
thanks |
Thanks |
Welcome
Description of the problem
When running
golangci-lint run -E gofmt
I am shown an error:Version of golangci-lint
golangci-lint has version 1.46.2 built from a333689 on 2022-05-17T06:05:08Z
Configuration file
Go environment
Verbose output of running
Code example or link to a public repository
Can't share code
The text was updated successfully, but these errors were encountered: