Skip to content

Commit

Permalink
Merge pull request #217 from atc0005/i216-golangci-lint-update
Browse files Browse the repository at this point in the history
Update golangci-lint from v1.35.2 to v1.36.0
  • Loading branch information
atc0005 authored Jan 27, 2021
2 parents b4bb92a + 15b3b34 commit fdb5a82
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.1` (`v0.1.1`) |
| [`golangci-lint`](https://github.com/golangci/golangci-lint) | `v1.35.2` |
| [`golangci-lint`](https://github.com/golangci/golangci-lint) | `v1.36.0` |
| [`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.14

ENV GOLANGCI_LINT_VERSION="v1.35.2"
ENV GOLANGCI_LINT_VERSION="v1.36.0"
ENV STATICCHECK_VERSION="v0.1.1"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.6"
Expand Down
2 changes: 1 addition & 1 deletion stable/build/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

FROM golang:1.15.7

ENV GOLANGCI_LINT_VERSION="v1.35.2"
ENV GOLANGCI_LINT_VERSION="v1.36.0"
ENV STATICCHECK_VERSION="v0.1.1"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.6"
Expand Down
2 changes: 1 addition & 1 deletion stable/combined/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

FROM golang:1.15.7

ENV GOLANGCI_LINT_VERSION="v1.35.2"
ENV GOLANGCI_LINT_VERSION="v1.36.0"
ENV STATICCHECK_VERSION="v0.1.1"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.6"
Expand Down
2 changes: 1 addition & 1 deletion stable/linting/Dockerfile
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.36.0-alpine

# Intended to help identify the versions of the included linting tools
ENV GOLANGCI_LINT_VERSION="v1.35.2"
ENV GOLANGCI_LINT_VERSION="v1.36.0"
ENV STATICCHECK_VERSION="v0.1.1"

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.35.2"
ENV GOLANGCI_LINT_VERSION="v1.36.0"
ENV STATICCHECK_VERSION="v0.1.1"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.6"
Expand Down

0 comments on commit fdb5a82

Please sign in to comment.