Skip to content

Commit

Permalink
Merge pull request #112 from atc0005/i111-update-golangci-lint-to-lat…
Browse files Browse the repository at this point in the history
…est-release

Update golangci/golangci-lint to v1.32.2
  • Loading branch information
atc0005 authored Nov 3, 2020
2 parents cc1b2d2 + 5a20cf8 commit 3f6e861
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion oldstable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

FROM golang:1.14.10

ENV GOLANGCI_LINT_VERSION="v1.32.0"
ENV GOLANGCI_LINT_VERSION="v1.32.2"
ENV STATICCHECK_VERSION="2020.1.6"
ENV APT_BSDMAINUTILS_VERSION="11.1.2+b1"
ENV APT_TREE_VERSION="1.8.0-1"
Expand Down
2 changes: 1 addition & 1 deletion stable/Dockerfile.combined
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

FROM golang:1.15.3

ENV GOLANGCI_LINT_VERSION="v1.32.0"
ENV GOLANGCI_LINT_VERSION="v1.32.2"
ENV STATICCHECK_VERSION="2020.1.6"
ENV APT_BSDMAINUTILS_VERSION="11.1.2+b1"
ENV APT_TREE_VERSION="1.8.0-1"
Expand Down
2 changes: 1 addition & 1 deletion stable/Dockerfile.debian-build
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

FROM golang:1.15.3

ENV GOLANGCI_LINT_VERSION="v1.32.0"
ENV GOLANGCI_LINT_VERSION="v1.32.2"
ENV STATICCHECK_VERSION="2020.1.6"
ENV APT_BSDMAINUTILS_VERSION="11.1.2+b1"
ENV APT_TREE_VERSION="1.8.0-1"
Expand Down
2 changes: 1 addition & 1 deletion stable/Dockerfile.linting
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN GO111MODULE="on" go get honnef.co/go/tools/cmd/staticcheck@${STATICCHECK_VER
FROM golangci/golangci-lint:v1.32.2-alpine

# Intended to help identify the versions of the included linting tools
ENV GOLANGCI_LINT_VERSION="v1.32.0"
ENV GOLANGCI_LINT_VERSION="v1.32.2"
ENV STATICCHECK_VERSION="2020.1.6"

COPY --from=builder /go/bin/staticcheck /usr/bin/staticcheck
Expand Down
2 changes: 1 addition & 1 deletion unstable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

FROM golang:1.15.3

ENV GOLANGCI_LINT_VERSION="v1.32.0"
ENV GOLANGCI_LINT_VERSION="v1.32.2"
ENV STATICCHECK_VERSION="2020.1.6"
ENV APT_BSDMAINUTILS_VERSION="11.1.2+b1"
ENV APT_TREE_VERSION="1.8.0-1"
Expand Down

0 comments on commit 3f6e861

Please sign in to comment.