diff --git a/README.md b/README.md index a8c5468a..e4755c84 100644 --- a/README.md +++ b/README.md @@ -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` | diff --git a/oldstable/Dockerfile b/oldstable/Dockerfile index f2d391ee..e6d5180d 100644 --- a/oldstable/Dockerfile +++ b/oldstable/Dockerfile @@ -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" diff --git a/stable/build/debian/Dockerfile b/stable/build/debian/Dockerfile index 8fa81431..79b14e70 100644 --- a/stable/build/debian/Dockerfile +++ b/stable/build/debian/Dockerfile @@ -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" diff --git a/stable/combined/Dockerfile b/stable/combined/Dockerfile index 32f27fd6..ca3c1adb 100644 --- a/stable/combined/Dockerfile +++ b/stable/combined/Dockerfile @@ -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" diff --git a/stable/linting/Dockerfile b/stable/linting/Dockerfile index fc474514..9e8de044 100644 --- a/stable/linting/Dockerfile +++ b/stable/linting/Dockerfile @@ -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 diff --git a/unstable/Dockerfile b/unstable/Dockerfile index af928cc9..05d2a86a 100644 --- a/unstable/Dockerfile +++ b/unstable/Dockerfile @@ -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"