This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 111
gokart fails after update to Go 1.20 #88
Comments
I had a similar issue, but with a slightly different error message |
For me it was:
On versions: $ gokart version
v0.5.1
$ go version
go version go1.20 linux/amd64 (pasting here for SEO) |
jspc
added a commit
to vinyl-linux/vc
that referenced
this issue
Feb 23, 2023
See: praetorian-inc/gokart#88 (comment) is an issue
jspc
added a commit
to vinyl-linux/vinit
that referenced
this issue
Feb 23, 2023
AlexanderYastrebov
added a commit
to zalando/skipper
that referenced
this issue
Mar 6, 2023
See praetorian-inc/gokart#88 Signed-off-by: Alexander Yastrebov <[email protected]>
AlexanderYastrebov
added a commit
to zalando/skipper
that referenced
this issue
Mar 6, 2023
See praetorian-inc/gokart#88 Signed-off-by: Alexander Yastrebov <[email protected]>
panic: no concrete method: func (*net/http/httptrace.ClientTrace).compose(old *net/http/httptrace.ClientTrace) |
AlexanderYastrebov
added a commit
to zalando/skipper
that referenced
this issue
Jul 17, 2023
Looks like the project is abandoned: * praetorian-inc/gokart#88 is not fixed since several months. * last commit is ten months old. Updates #2161 Signed-off-by: Alexander Yastrebov <[email protected]>
AlexanderYastrebov
added a commit
to zalando/skipper
that referenced
this issue
Jul 18, 2023
Looks like the project is abandoned: * praetorian-inc/gokart#88 is not fixed since several months. * last commit is ten months old. Updates #2161 Signed-off-by: Alexander Yastrebov <[email protected]>
TylerJang27
added a commit
to trunk-io/plugins
that referenced
this issue
Sep 12, 2023
We had originally been pretty aggressive in auto-enabling/suggesting security linters, however there are 2 modifications that should no longer be auto-enabled: - tfsec is migrating to trivy, so we don't want to auto-enable tfsec anymore - gokart has the potential to [fail](praetorian-inc/gokart#88) in a large number of repos, for example [failing](https://github.com/trunk-io/trunk-action/actions/runs/6156480974/job/16705375836?pr=186) in the [tflint repo](https://github.com/terraform-linters/tflint), and it's not very actively maintained, so for now we won't enable it
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After updating to Go 1.20 I get the following error:
running gokart version 0.5.1.
The text was updated successfully, but these errors were encountered: