Skip to content

Commit

Permalink
Merge pull request #322 from atc0005/update-golangci-lint-to-v1.40.1
Browse files Browse the repository at this point in the history
Update golangci-lint from v1.40.0 to v1.40.1
  • Loading branch information
atc0005 authored May 19, 2021
2 parents 8056edb + faf7260 commit daa4b5d
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.4` (`v0.1.4`) |
| [`golangci-lint`](https://github.com/golangci/golangci-lint) | `v1.40.0` |
| [`golangci-lint`](https://github.com/golangci/golangci-lint) | `v1.40.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.9.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.15.12

ENV GOLANGCI_LINT_VERSION="v1.40.0"
ENV GOLANGCI_LINT_VERSION="v1.40.1"
ENV STATICCHECK_VERSION="v0.1.4"
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.16.4

ENV GOLANGCI_LINT_VERSION="v1.40.0"
ENV GOLANGCI_LINT_VERSION="v1.40.1"
ENV STATICCHECK_VERSION="v0.1.4"
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.16.4

ENV GOLANGCI_LINT_VERSION="v1.40.0"
ENV GOLANGCI_LINT_VERSION="v1.40.1"
ENV STATICCHECK_VERSION="v0.1.4"
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.40.1-alpine

# Intended to help identify the versions of the included linting tools
ENV GOLANGCI_LINT_VERSION="v1.40.0"
ENV GOLANGCI_LINT_VERSION="v1.40.1"
ENV STATICCHECK_VERSION="v0.1.4"

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.16.4

ENV GOLANGCI_LINT_VERSION="v1.40.0"
ENV GOLANGCI_LINT_VERSION="v1.40.1"
ENV STATICCHECK_VERSION="v0.1.4"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.6"
Expand Down

0 comments on commit daa4b5d

Please sign in to comment.