This repository was archived by the owner on May 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 490
go get golint failed with golang 1.8 on Travis #421
Comments
6 tasks
Go 1.8 is no longer supported by the Go team. We only support the current release and one previous. Thanks. |
8 tasks
This was referenced Nov 20, 2018
hamstah
added a commit
to hamstah/paranoidhttp
that referenced
this issue
Dec 19, 2018
charlievieth
pushed a commit
to lyft/gostats
that referenced
this issue
Jan 11, 2019
The Travis CI build was failing in master due to golint not supporting Go 1.8 any longer. See this PR golang/lint#421 > Go 1.8 is no longer supported by the Go team. We only support the current release and one previous. Thanks. fixes #48
This was referenced Jan 12, 2019
xinfengliu
added a commit
to xinfengliu/containerd
that referenced
this issue
Jan 6, 2020
To fix "go get -u github.com/golang/lint/golint" error. golang/lint#421 Signed-off-by: Xinfeng Liu <xinfeng.liu@gmail.com>
xinfengliu
added a commit
to xinfengliu/containerd
that referenced
this issue
Jan 7, 2020
To fix "go get -u github.com/golang/lint/golint" error. golang/lint#421 Also fix integratinon test when using golang 1.10.x In AddProcessToContainer(), the returned stdout buffer has x00 padded, after it is converted to string, it still has padded zeros. This commit trims the padded zeros in string. Replace "github.com/golang/lint/golint" with "golang.org/x/lint/golint" from below error message: (this is needed for golang 1.12 or later) ``` package github.com/golang/lint/golint: code in directory /home/travis/gopath/src/github.com/golang/lint/golint expects import "golang.org/x/lint/golint" ``` Signed-off-by: Xinfeng Liu <xinfeng.liu@gmail.com>
mojozinc
pushed a commit
to mojozinc/jsonui
that referenced
this issue
Feb 18, 2020
1.8 not supported : golang/lint#421 golint refer: golang/lint#415
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The error message is as follow:
Wondering if the go-lint is still supporting go 1.8?
The text was updated successfully, but these errors were encountered: