浏览代码

dockerfile: Update linter

Signed-off-by: Christopher Crone <[email protected]>
Christopher Crone 5 年之前
父节点
当前提交
5c947a2082
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
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