mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-27 07:31:37 +01:00
remove deprecated golangci-lint linters
Linters 'deadcode' and 'varcheck' are deprecated since v1.49.0 and had been replaced by 'unused'
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
ARG GO_VERSION="1.20"
|
||||
ARG GOLANGCI_LINT_VERSION="v1.48"
|
||||
ARG GOLANGCI_LINT_VERSION="v1.51"
|
||||
|
||||
FROM golang:${GO_VERSION}-alpine AS base
|
||||
ENV GOFLAGS="-buildvcs=false"
|
||||
|
||||
Reference in New Issue
Block a user