Skip to content

Commit

Permalink
Merge pull request #718 from atc0005/i714-update-go-toml-to-v2.0.5
Browse files Browse the repository at this point in the history
Update pelletier/go-toml from v2.0.4 to v2.0.5
  • Loading branch information
atc0005 authored Sep 4, 2022
2 parents d77da0b + 8337412 commit 4f5090e
Show file tree
Hide file tree
Showing 5 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 @@ -53,7 +53,7 @@ others.
| [`golangci-lint`](https://github.com/golangci/golangci-lint) | `v1.49.0` |
| [`orijtech/httperroryzer`](https://github.com/orijtech/httperroryzer) | `v0.0.1` |
| [`orijtech/structslop`](https://github.com/orijtech/structslop) | `v0.0.6` |
| [`pelletier/go-toml`](https://github.com/pelletier/go-toml) | `v2.0.4` |
| [`pelletier/go-toml`](https://github.com/pelletier/go-toml) | `v2.0.5` |
| [`fatih/errwrap`](https://github.com/fatih/errwrap) | `v1.4.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 @@ -24,7 +24,7 @@ ENV GOLANGCI_LINT_VERSION="v1.49.0"
ENV STATICCHECK_VERSION="v0.3.3"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.6"
ENV TOMLL_VERSION="v2.0.4"
ENV TOMLL_VERSION="v2.0.5"
ENV ERRWRAP_VERSION="v1.4.0"

ENV APT_BSDMAINUTILS_VERSION="12.1.7+nmu3"
Expand Down
2 changes: 1 addition & 1 deletion stable/build/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ENV GOLANGCI_LINT_VERSION="v1.49.0"
ENV STATICCHECK_VERSION="v0.3.3"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.6"
ENV TOMLL_VERSION="v2.0.4"
ENV TOMLL_VERSION="v2.0.5"
ENV ERRWRAP_VERSION="v1.4.0"

ENV APT_BSDMAINUTILS_VERSION="12.1.7+nmu3"
Expand Down
2 changes: 1 addition & 1 deletion stable/combined/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV GOLANGCI_LINT_VERSION="v1.49.0"
ENV STATICCHECK_VERSION="v0.3.3"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.6"
ENV TOMLL_VERSION="v2.0.4"
ENV TOMLL_VERSION="v2.0.5"
ENV ERRWRAP_VERSION="v1.4.0"

ENV APT_BSDMAINUTILS_VERSION="12.1.7+nmu3"
Expand Down
4 changes: 2 additions & 2 deletions unstable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV GOLANGCI_LINT_VERSION="v1.49.0"
ENV STATICCHECK_VERSION="v0.3.3"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.6"
ENV TOMLL_VERSION="v2.0.4"
ENV TOMLL_VERSION="v2.0.5"
ENV ERRWRAP_VERSION="v1.4.0"

RUN echo "Installing staticcheck@${STATICCHECK_VERSION}" \
Expand Down Expand Up @@ -51,7 +51,7 @@ ENV GOLANGCI_LINT_VERSION="v1.49.0"
ENV STATICCHECK_VERSION="v0.3.3"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.6"
ENV TOMLL_VERSION="v2.0.4"
ENV TOMLL_VERSION="v2.0.5"
ENV ERRWRAP_VERSION="v1.4.0"

ENV APT_BSDMAINUTILS_VERSION="12.1.7+nmu3"
Expand Down

0 comments on commit 4f5090e

Please sign in to comment.