Skip to content

Commit

Permalink
Merge pull request #301 from atc0005/update-go-toml-version
Browse files Browse the repository at this point in the history
Update go-toml from v1.8.1 to v1.9.0
  • Loading branch information
atc0005 committed Apr 9, 2021
2 parents 96933ab + 7aeb6b3 commit 2646540
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ is useful to others.
| [`golangci-lint`](https://github.com/golangci/golangci-lint) | `v1.39.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` |
| [`pelletier/go-toml/cmd/tomll`](https://github.com/pelletier/go-toml) | `v1.9.0` |
| [`fatih/errwrap`](https://github.com/fatih/errwrap) | `v1.3.1` ([omitted from `oldstable` image](https://github.com/atc0005/go-ci/issues/280)) |

## Docker images
Expand Down
2 changes: 1 addition & 1 deletion oldstable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV GOLANGCI_LINT_VERSION="v1.39.0"
ENV STATICCHECK_VERSION="v0.1.3"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.6"
ENV TOMLL_VERSION="v1.8.1"
ENV TOMLL_VERSION="v1.9.0"

# TODO: Re-enable once Go 1.17 is released and 1.16 is then the "oldstable" release
# ENV ERRWRAP_VERSION="v1.3.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 @@ -13,7 +13,7 @@ ENV GOLANGCI_LINT_VERSION="v1.39.0"
ENV STATICCHECK_VERSION="v0.1.3"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.6"
ENV TOMLL_VERSION="v1.8.1"
ENV TOMLL_VERSION="v1.9.0"
ENV ERRWRAP_VERSION="v1.3.1"

ENV APT_BSDMAINUTILS_VERSION="11.1.2+b1"
Expand Down
2 changes: 1 addition & 1 deletion stable/combined/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV GOLANGCI_LINT_VERSION="v1.39.0"
ENV STATICCHECK_VERSION="v0.1.3"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.6"
ENV TOMLL_VERSION="v1.8.1"
ENV TOMLL_VERSION="v1.9.0"
ENV ERRWRAP_VERSION="v1.3.1"

ENV APT_BSDMAINUTILS_VERSION="11.1.2+b1"
Expand Down
2 changes: 1 addition & 1 deletion unstable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV GOLANGCI_LINT_VERSION="v1.39.0"
ENV STATICCHECK_VERSION="v0.1.3"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.6"
ENV TOMLL_VERSION="v1.8.1"
ENV TOMLL_VERSION="v1.9.0"
ENV ERRWRAP_VERSION="v1.3.1"

ENV APT_BSDMAINUTILS_VERSION="11.1.2+b1"
Expand Down

0 comments on commit 2646540

Please sign in to comment.