From 5c947a2082dccc36e6bfd8554f46433fc395171d Mon Sep 17 00:00:00 2001 From: Christopher Crone Date: Fri, 31 Jul 2020 16:17:19 +0200 Subject: [PATCH] dockerfile: Update linter Signed-off-by: Christopher Crone --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 844253357..3b6ca50f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. ARG GO_VERSION=1.14.6-alpine -ARG GOLANGCI_LINT_VERSION=v1.28.3-alpine +ARG GOLANGCI_LINT_VERSION=v1.29.0-alpine FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION} AS base WORKDIR /api