From 7ea67824ef05bb74825efc92a7bb3cd26257b84d Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Sat, 13 Apr 2019 16:28:59 -0700
Subject: [PATCH] Correct golint path

See https://github.com/golang/lint/commit/ead987a65e5c7e053cf9633f9eac1f734f6b4fe3
---
 golang/latest/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/golang/latest/Dockerfile b/golang/latest/Dockerfile
index ae4e084..355a75a 100644
--- a/golang/latest/Dockerfile
+++ b/golang/latest/Dockerfile
@@ -7,7 +7,7 @@ LABEL version="1.0"
 # Install golint
 ENV GOPATH /go
 ENV PATH ${GOPATH}/bin:$PATH
-RUN go get -u github.com/golang/lint/golint
+RUN go get -u golang.org/x/lint/golint
 
 # Add apt key for LLVM repository
 SHELL ["/bin/bash", "-o", "pipefail", "-c"]
-- 
GitLab