From cb5c19633e42b8e037345f19737f0d381b3eae07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 20:16:59 +0000 Subject: [PATCH] chore(deps): Bump obalunenko/go-tools in /build/docker/go-tools Bumps [obalunenko/go-tools](https://github.com/obalunenko/go-tools) from v1.8.0 to v1.9.0. - [Release notes](https://github.com/obalunenko/go-tools/releases) - [Changelog](https://github.com/obalunenko/go-tools/blob/master/.goreleaser.yml) - [Commits](https://github.com/obalunenko/go-tools/compare/v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: obalunenko/go-tools dependency-version: v1.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build/docker/go-tools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/docker/go-tools/Dockerfile b/build/docker/go-tools/Dockerfile index d242252..805242c 100644 --- a/build/docker/go-tools/Dockerfile +++ b/build/docker/go-tools/Dockerfile @@ -1,3 +1,3 @@ -FROM ghcr.io/obalunenko/go-tools:v1.8.0 AS builder +FROM ghcr.io/obalunenko/go-tools:v1.9.0 AS builder CMD ["/bin/sh", "-c", ""] \ No newline at end of file