-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
pre-release for Go 1.14 #962
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
Comments
Hey, I'm planning an alpha release compiled with go1.14rc1 until Friday. |
@ernado, @pierrre I've updated the |
Thank you, but I have another very strange error:
My config: run:
timeout: "10m"
linters:
disable-all: true
enable:
- "bodyclose"
- "deadcode"
- "depguard"
- "errcheck"
- "gocritic"
- "gocyclo"
- "gofmt"
- "goimports"
- "golint"
- "govet"
- "ineffassign"
- "megacheck"
- "misspell"
- "nakedret"
- "structcheck"
- "unconvert"
- "unparam"
- "varcheck"
linters-settings:
depguard:
list-type: blacklist
include-go-root: true
packages:
- errors
- reflect
- unsafe
- github.com/pkg/errors
gocyclo:
min-complexity: 10
govet:
enable-all: true
settings:
printf:
funcs:
- "(github.com/xxx/golang-libraries/errors).Newf"
- "(github.com/xxx/golang-libraries/errors).WithMessagef"
- "(github.com/xxx/golang-libraries/errors).Wrapf"
issues:
exclude-use-default: false
max-issues-per-linter: 0
max-same-issues: 0 I think I've already mentioned this issue somewhere. EDIT: sorry, I never reported this issue actually, it was on the internal slack of my company |
@pierrre what version is causing that error? |
v1.23.3 installed with But I'm dumb: I understand now that #930 has not yet been released in a tag, correct ? |
Oh, I forgot to mention that, sorry :( |
I've also issued |
Meh, due to some issues with CI/CD the |
The install with Do you plan to make this installation method supported again ? |
The Personally I will try to fix any go-get related bugs, so it is kinda supported, but binary releases are still recommended. |
OK. I will close this issue now, because my problem is fixed: I can use golangci-lint with Go 1.14rc1. FYI, I'm using this command to install it:
|
It's very strange:
So, it seems I don't need to use |
Seems like there is no hard requirement to use go1.14 to support go1.14, that works for me too 👀 |
go1.14 is out 🎉 |
Hello,
Is it possible to have a pre-release (maybe a beta) for Go 1.14 ?
It seems that the pre-compiled binaries are not compatible with Go 1.14rc1.
The text was updated successfully, but these errors were encountered: