From f6f209b846e7c80e8ba2c8909c41a26f4479b51c Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Sat, 13 Jan 2024 11:11:09 -0600 Subject: [PATCH] Update pelletier/go-toml to v2.1.1 - Update Dockerfile ENV values - Update README tools version table refs GH-1277 --- README.md | 2 +- oldstable/combined/Dockerfile | 2 +- stable/combined/Dockerfile | 2 +- unstable/combined/Dockerfile | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3bb3648d..53e1c3f9 100644 --- a/README.md +++ b/README.md @@ -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.0` | +| [`pelletier/go-toml`](https://github.com/pelletier/go-toml) | `v2.1.1` | | [`fatih/errwrap`](https://github.com/fatih/errwrap) | `v1.5.0` | ## Build tools included diff --git a/oldstable/combined/Dockerfile b/oldstable/combined/Dockerfile index 56bdd93d..9ce9d389 100644 --- a/oldstable/combined/Dockerfile +++ b/oldstable/combined/Dockerfile @@ -32,7 +32,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.1.0" +ENV TOMLL_VERSION="v2.1.1" ENV ERRWRAP_VERSION="v1.5.0" ENV APT_BSDMAINUTILS_VERSION="12.1.8" diff --git a/stable/combined/Dockerfile b/stable/combined/Dockerfile index 63624cbf..44556dfa 100644 --- a/stable/combined/Dockerfile +++ b/stable/combined/Dockerfile @@ -32,7 +32,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.1.0" +ENV TOMLL_VERSION="v2.1.1" ENV ERRWRAP_VERSION="v1.5.0" ENV APT_BSDMAINUTILS_VERSION="12.1.8" diff --git a/unstable/combined/Dockerfile b/unstable/combined/Dockerfile index 4fc51030..b74467b4 100644 --- a/unstable/combined/Dockerfile +++ b/unstable/combined/Dockerfile @@ -28,7 +28,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.1.0" +ENV TOMLL_VERSION="v2.1.1" ENV ERRWRAP_VERSION="v1.5.0" RUN echo "Installing staticcheck@${STATICCHECK_VERSION}" \ @@ -94,7 +94,7 @@ ENV STATICCHECK_VERSION="v0.4.6" ENV GOVULNCHECK_VERSION="v1.0.1" ENV HTTPERRORYZER_VERSION="v0.0.1" ENV STRUCTSLOP_VERSION="v0.0.8" -ENV TOMLL_VERSION="v2.1.0" +ENV TOMLL_VERSION="v2.1.1" ENV ERRWRAP_VERSION="v1.5.0" ENV APT_BSDMAINUTILS_VERSION="12.1.8"