Skip to content

Commit

Permalink
Merge pull request #183 from atc0005/i182-update-golangci-lint-to-v1.…
Browse files Browse the repository at this point in the history
…34.1

Update golangci-lint from v1.33.0 to v1.34.1
  • Loading branch information
atc0005 authored Dec 29, 2020
2 parents b1b8d32 + a9342c1 commit 4e404ad
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ is useful to others.
| Linter | Version |
| --------------------------------------------------------------------- | ------------------- |
| [`staticcheck`](https://github.com/dominikh/go-tools) | `2020.2` (`v0.1.0`) |
| [`golangci-lint`](https://github.com/golangci/golangci-lint) | `v1.33.0` |
| [`golangci-lint`](https://github.com/golangci/golangci-lint) | `v1.34.1` |
| [`orijtech/httperroryzer`](https://github.com/orijtech/httperroryzer) | `v0.0.1` |
| [`orijtech/structslop`](https://github.com/orijtech/structslop) | `v0.0.6` |
| [`pelletier/go-toml/cmd/tomll`](https://github.com/pelletier/go-toml) | `v1.8.1` |
Expand Down
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.13

ENV GOLANGCI_LINT_VERSION="v1.33.0"
ENV GOLANGCI_LINT_VERSION="v1.34.1"
ENV STATICCHECK_VERSION="v0.1.0"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.6"
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.6

ENV GOLANGCI_LINT_VERSION="v1.33.0"
ENV GOLANGCI_LINT_VERSION="v1.34.1"
ENV STATICCHECK_VERSION="v0.1.0"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.6"
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.6

ENV GOLANGCI_LINT_VERSION="v1.33.0"
ENV GOLANGCI_LINT_VERSION="v1.34.1"
ENV STATICCHECK_VERSION="v0.1.0"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.6"
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.34.1-alpine

# Intended to help identify the versions of the included linting tools
ENV GOLANGCI_LINT_VERSION="v1.33.0"
ENV GOLANGCI_LINT_VERSION="v1.34.1"
ENV STATICCHECK_VERSION="v0.1.0"

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.16beta1

ENV GOLANGCI_LINT_VERSION="v1.33.0"
ENV GOLANGCI_LINT_VERSION="v1.34.1"
ENV STATICCHECK_VERSION="v0.1.0"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.6"
Expand Down

0 comments on commit 4e404ad

Please sign in to comment.