Skip to content

Commit

Permalink
Merge pull request #211 from atc0005/i210-update-staticcheck-to-v0.1.1
Browse files Browse the repository at this point in the history
Update Staticcheck from v0.1.0 to v0.1.1
  • Loading branch information
atc0005 authored Jan 21, 2021
2 parents 451dafc + 5caf345 commit 3ea43d8
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ is useful to others.

## Linting tools included

| Linter | Version |
| --------------------------------------------------------------------- | ------------------- |
| [`staticcheck`](https://github.com/dominikh/go-tools) | `2020.2` (`v0.1.0`) |
| [`golangci-lint`](https://github.com/golangci/golangci-lint) | `v1.35.2` |
| [`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` |
| [`fatih/errwrap`](https://github.com/fatih/errwrap) | `v1.2.0` |
| 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` |
| [`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` |
| [`fatih/errwrap`](https://github.com/fatih/errwrap) | `v1.2.0` |

## Docker images

Expand Down
2 changes: 1 addition & 1 deletion oldstable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
FROM golang:1.14.14

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

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

ENV GOLANGCI_LINT_VERSION="v1.35.2"
ENV STATICCHECK_VERSION="v0.1.0"
ENV STATICCHECK_VERSION="v0.1.1"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.6"
ENV TOMLL_VERSION="v1.8.1"
Expand Down
4 changes: 2 additions & 2 deletions stable/linting/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# use the same environment as our final image for binary compatibility
FROM golangci/golangci-lint:v1.35.2-alpine as builder

ENV STATICCHECK_VERSION="v0.1.0"
ENV STATICCHECK_VERSION="v0.1.1"

# Skip go clean step as the entire image will be tossed after we are finished
# and cleaning the modules cache takes extra time that won't help the final
Expand All @@ -26,7 +26,7 @@ FROM golangci/golangci-lint:v1.35.2-alpine

# Intended to help identify the versions of the included linting tools
ENV GOLANGCI_LINT_VERSION="v1.35.2"
ENV STATICCHECK_VERSION="v0.1.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 @@ -10,7 +10,7 @@
FROM golang:1.16beta1

ENV GOLANGCI_LINT_VERSION="v1.35.2"
ENV STATICCHECK_VERSION="v0.1.0"
ENV STATICCHECK_VERSION="v0.1.1"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.6"
ENV TOMLL_VERSION="v1.8.1"
Expand Down

0 comments on commit 3ea43d8

Please sign in to comment.