From b50fa849ef69519565de7f81be2479a2ed4422f8 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Wed, 3 Mar 2021 10:28:05 -0700 Subject: [PATCH] chore(rootfs/Dockerfile): update golangci-lint to 1.38.0 (#273) See https://github.com/golangci/golangci-lint/releases/tag/v1.38.0 --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index 1f526f1..4ed313f 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -8,7 +8,7 @@ ENV ANSIBLE_VERSION=2.10.3 \ DOCKER_VERSION=20.10.2 \ ETCDCTL_VERSION=v3.1.8 \ GO_VERSION=1.15.8 \ - GOLANGCI_LINT_VERSION=v1.31.0 \ + GOLANGCI_LINT_VERSION=v1.38.0 \ HELM_VERSION=3.5.0 \ KUBECTL_VERSION=v1.16.3 \ PACKER_VERSION=1.6.1 \