File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile-upstream:master
2
2
3
- ARG GO_VERSION=1.22
3
+ ARG GO_VERSION=1.23
4
4
ARG ALPINE_VERSION=3.20
5
5
ARG XX_VERSION=1.4.0
6
6
ARG PROTOLINT_VERSION=0.45.0
7
7
ARG GOLANGCI_LINT_VERSION=1.61.0
8
- ARG GOPLS_VERSION=v0.20 .0
8
+ ARG GOPLS_VERSION=v0.26 .0
9
9
# 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"
11
11
12
12
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS golang-base
13
13
FROM --platform=$BUILDPLATFORM yoheimuta/protolint:${PROTOLINT_VERSION} AS protolint-base
You can’t perform that action at this time.
0 commit comments