From 694b31d6e8e90f090270f5a5febf090353ec1ce6 Mon Sep 17 00:00:00 2001 From: Robert Parker Date: Thu, 7 Feb 2019 10:09:53 +0000 Subject: [PATCH 1/2] Use documented way to install golint --- install-build-deps-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-build-deps-ubuntu.sh b/install-build-deps-ubuntu.sh index eab7577..acfc955 100755 --- a/install-build-deps-ubuntu.sh +++ b/install-build-deps-ubuntu.sh @@ -23,4 +23,4 @@ curl https://glide.sh/get | sh sudo curl -Lo /usr/local/bin/dep https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64 sudo chmod +x /usr/local/bin/dep -go get golang.org/x/lint/golint +go get -u golang.org/x/lint/golint From a19c455ea4d92907fe65a01aef3c5c1481718bbc Mon Sep 17 00:00:00 2001 From: Robert Parker Date: Thu, 7 Feb 2019 10:29:41 +0000 Subject: [PATCH 2/2] up the copyright date --- install-build-deps-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-build-deps-ubuntu.sh b/install-build-deps-ubuntu.sh index acfc955..546200a 100755 --- a/install-build-deps-ubuntu.sh +++ b/install-build-deps-ubuntu.sh @@ -1,6 +1,6 @@ #!/bin/bash # -*- mode: sh -*- -# © Copyright IBM Corporation 2015, 2018 +# © Copyright IBM Corporation 2015, 2019 # # # Licensed under the Apache License, Version 2.0 (the "License");