Skip to content

Commit 8edbb78

Browse files
authored
Merge pull request moby#5484 from tonistiigi/update-gopls-protolint
Update gopls and protolint
2 parents 6292af7 + 41f9ca6 commit 8edbb78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hack/dockerfiles/lint.Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# syntax=docker/dockerfile-upstream:master
22

3-
ARG GO_VERSION=1.22
3+
ARG GO_VERSION=1.23
44
ARG ALPINE_VERSION=3.20
55
ARG XX_VERSION=1.4.0
6-
ARG PROTOLINT_VERSION=0.45.0
6+
ARG PROTOLINT_VERSION=0.50.5
77
ARG GOLANGCI_LINT_VERSION=1.61.0
8-
ARG GOPLS_VERSION=v0.20.0
8+
ARG GOPLS_VERSION=v0.26.0
99
# GOPLS_ANALYZERS defines gopls analyzers to be run. disabled by default: deprecated unusedvariable simplifyrange
10-
ARG GOPLS_ANALYZERS="embeddirective fillreturns infertypeargs nonewvars noresultvalues simplifycompositelit simplifyslice stubmethods undeclaredname unusedparams useany"
10+
ARG GOPLS_ANALYZERS="embeddirective fillreturns infertypeargs nonewvars norangeoverfunc noresultvalues simplifycompositelit simplifyslice undeclaredname unusedparams useany"
1111

1212
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS golang-base
1313
FROM --platform=$BUILDPLATFORM yoheimuta/protolint:${PROTOLINT_VERSION} AS protolint-base

0 commit comments

Comments
 (0)