From 5ab936a7a1dac168bfee2201ffe1558f20beff08 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Sun, 1 Feb 2026 01:35:11 +0000 Subject: [PATCH] fix(deps): Update psampaz/go-mod-outdated Docker tag to v0.9.0 --- dockerfiles/vendor.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/vendor.Dockerfile b/dockerfiles/vendor.Dockerfile index aae298573b5..56f29367f04 100644 --- a/dockerfiles/vendor.Dockerfile +++ b/dockerfiles/vendor.Dockerfile @@ -2,7 +2,7 @@ ARG GO_VERSION=1.23 ARG ALPINE_VERSION=3.19 -ARG MODOUTDATED_VERSION=v0.8.0 +ARG MODOUTDATED_VERSION=v0.9.0 FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS base RUN apk add --no-cache git rsync