From 7a740aebf5c129b5e0ce26e43f054371a8636bb7 Mon Sep 17 00:00:00 2001 From: Chris Crone Date: Mon, 23 Nov 2020 15:01:01 +0100 Subject: [PATCH] deps: Bump Go and golangci-lint * Go to 1.15.5 * golangci-lint 1.33.0 Signed-off-by: Chris Crone --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d174ed20c..4db6379dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,8 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG GO_VERSION=1.15.3-alpine -ARG GOLANGCI_LINT_VERSION=v1.32.0-alpine +ARG GO_VERSION=1.15.5-alpine +ARG GOLANGCI_LINT_VERSION=v1.33.0-alpine ARG PROTOC_GEN_GO_VERSION=v1.4.3 FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION} AS base