Skip to content

Commit

Permalink
Merge pull request #1162 from atc0005/i1161-update-go-toml-to-v2.1.0
Browse files Browse the repository at this point in the history
Update pelletier/go-toml from v2.0.9 to v2.1.0
  • Loading branch information
atc0005 authored Aug 30, 2023
2 parents ff2caff + 983ffa9 commit 28145ba
Show file tree
Hide file tree
Showing 4 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 @@ -73,7 +73,7 @@ The following linting tools are included in the `go-ci-stable`,
| [`orijtech/httperroryzer`](https://github.com/orijtech/httperroryzer) | `v0.0.1` |
| [`orijtech/structslop`](https://github.com/orijtech/structslop) | `v0.0.8` |
| [`orijtech/tickeryzer`](https://github.com/orijtech/tickeryzer) | `v0.0.3` |
| [`pelletier/go-toml`](https://github.com/pelletier/go-toml) | `v2.0.9` |
| [`pelletier/go-toml`](https://github.com/pelletier/go-toml) | `v2.1.0` |
| [`fatih/errwrap`](https://github.com/fatih/errwrap) | `v1.5.0` |

## Build tools included
Expand Down
2 changes: 1 addition & 1 deletion oldstable/combined/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ENV GOVULNCHECK_VERSION="v1.0.1"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.8"
ENV TICKERYZER_VERSION="v0.0.3"
ENV TOMLL_VERSION="v2.0.9"
ENV TOMLL_VERSION="v2.1.0"
ENV ERRWRAP_VERSION="v1.5.0"

ENV APT_BSDMAINUTILS_VERSION="12.1.8"
Expand Down
2 changes: 1 addition & 1 deletion stable/combined/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ENV GOVULNCHECK_VERSION="v1.0.1"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.8"
ENV TICKERYZER_VERSION="v0.0.3"
ENV TOMLL_VERSION="v2.0.9"
ENV TOMLL_VERSION="v2.1.0"
ENV ERRWRAP_VERSION="v1.5.0"

ENV APT_BSDMAINUTILS_VERSION="12.1.8"
Expand Down
4 changes: 2 additions & 2 deletions unstable/combined/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENV GOVULNCHECK_VERSION="v1.0.1"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.8"
ENV TICKERYZER_VERSION="v0.0.3"
ENV TOMLL_VERSION="v2.0.9"
ENV TOMLL_VERSION="v2.1.0"
ENV ERRWRAP_VERSION="v1.5.0"

RUN echo "Installing staticcheck@${STATICCHECK_VERSION}" \
Expand Down Expand Up @@ -82,7 +82,7 @@ ENV STATICCHECK_VERSION="v0.4.5"
ENV GOVULNCHECK_VERSION="v1.0.1"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.8"
ENV TOMLL_VERSION="v2.0.9"
ENV TOMLL_VERSION="v2.1.0"
ENV ERRWRAP_VERSION="v1.5.0"

ENV APT_BSDMAINUTILS_VERSION="12.1.8"
Expand Down

0 comments on commit 28145ba

Please sign in to comment.