Skip to content

Commit

Permalink
Merge pull request #708 from atc0005/i702-update-go-toml-from-v2.0.2-…
Browse files Browse the repository at this point in the history
…to-v2.0.3

Update pelletier/go-toml from v2.0.2 to v2.0.3
  • Loading branch information
atc0005 authored Aug 25, 2022
2 parents 0748507 + bfdf963 commit b44b52b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.2.2"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.6"
ENV TOMLL_VERSION="v2.0.2"
ENV TOMLL_VERSION="v2.0.3"
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.2"
ENV TOMLL_VERSION="v2.0.3"
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.2"
ENV TOMLL_VERSION="v2.0.3"
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.2"
ENV TOMLL_VERSION="v2.0.3"
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.2"
ENV TOMLL_VERSION="v2.0.3"
ENV ERRWRAP_VERSION="v1.4.0"

ENV APT_BSDMAINUTILS_VERSION="12.1.7+nmu3"
Expand Down

0 comments on commit b44b52b

Please sign in to comment.