Skip to content

Commit

Permalink
Update pelletier/go-toml to v2.2.0
Browse files Browse the repository at this point in the history
- Update Dockerfile ENV values
- Update README tools version table

refs GH-1428
  • Loading branch information
atc0005 committed Mar 20, 2024
1 parent e09e1cc commit 8e170b5
Show file tree
Hide file tree
Showing 4 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 @@ -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.1.1` |
| [`pelletier/go-toml`](https://github.com/pelletier/go-toml) | `v2.2.0` |
| [`fatih/errwrap`](https://github.com/fatih/errwrap) | `v1.6.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 @@ -32,7 +32,7 @@ ENV GOVULNCHECK_VERSION="v1.0.4"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.8"
ENV TICKERYZER_VERSION="v0.0.3"
ENV TOMLL_VERSION="v2.1.1"
ENV TOMLL_VERSION="v2.2.0"
ENV ERRWRAP_VERSION="v1.6.0"

ENV APT_BSDMAINUTILS_VERSION="12.1.8"
Expand Down
4 changes: 2 additions & 2 deletions stable/combined/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV GOVULNCHECK_VERSION="v1.0.4"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.8"
ENV TICKERYZER_VERSION="v0.0.3"
ENV TOMLL_VERSION="v2.1.1"
ENV TOMLL_VERSION="v2.2.0"
ENV ERRWRAP_VERSION="v1.6.0"

# These commits/versions are provided by temporary forks of the upstream
Expand Down Expand Up @@ -126,7 +126,7 @@ ENV GOVULNCHECK_VERSION="v1.0.4"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.8"
ENV TICKERYZER_VERSION="v0.0.3"
ENV TOMLL_VERSION="v2.1.1"
ENV TOMLL_VERSION="v2.2.0"
ENV ERRWRAP_VERSION="v1.6.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 @@ -28,7 +28,7 @@ ENV GOVULNCHECK_VERSION="v1.0.4"
# ENV HTTPERRORYZER_VERSION="v0.0.1"
# ENV STRUCTSLOP_VERSION="v0.0.8"
# ENV TICKERYZER_VERSION="v0.0.3"
ENV TOMLL_VERSION="v2.1.1"
ENV TOMLL_VERSION="v2.2.0"
ENV ERRWRAP_VERSION="v1.6.0"

# These commits/versions are provided by temporary forks of the upstream
Expand Down Expand Up @@ -138,7 +138,7 @@ ENV STATICCHECK_VERSION="v0.4.7"
ENV GOVULNCHECK_VERSION="v1.0.4"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.8"
ENV TOMLL_VERSION="v2.1.1"
ENV TOMLL_VERSION="v2.2.0"
ENV ERRWRAP_VERSION="v1.6.0"

ENV APT_BSDMAINUTILS_VERSION="12.1.8"
Expand Down

0 comments on commit 8e170b5

Please sign in to comment.