From 38690e4c96fbc9c6e086f6c29ec1e4dee33b1188 Mon Sep 17 00:00:00 2001 From: "botty-mcbottington[bot]" <168950816+botty-mcbottington[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 18:29:10 +0000 Subject: [PATCH] chore(deps): update module golang.org/x/tools to v0.49.0 --- .taskfiles/go/Taskfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.taskfiles/go/Taskfile.yaml b/.taskfiles/go/Taskfile.yaml index 8aa7b310..d3832650 100644 --- a/.taskfiles/go/Taskfile.yaml +++ b/.taskfiles/go/Taskfile.yaml @@ -9,7 +9,7 @@ shopt: [globstar] vars: GO_PKGS: ./... TEST_TIMEOUT: 30m - DEADCODE_VERSION: v0.47.0 # renovate: datasource=go depName=golang.org/x/tools + DEADCODE_VERSION: v0.49.0 # renovate: datasource=go depName=golang.org/x/tools tasks: # lint, format, tidy, and tidy:check are fingerprinted with `sources` so a