From e6cd1d7d1bc7cbdd95df3f860338b549ed70b1ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 02:25:54 +0000 Subject: [PATCH] fix(deps): update module github.com/sourcegraph/sourcegraph/dev/ci/images to v0.0.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f50efba64..245586c46 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.19 require ( github.com/Masterminds/semver v1.5.0 github.com/sourcegraph/run v0.12.0 - github.com/sourcegraph/sourcegraph/dev/ci/images v0.0.0-20231101211343-d046aeda10e4 + github.com/sourcegraph/sourcegraph/dev/ci/images v0.0.0 github.com/sourcegraph/update-docker-tags v0.10.0 github.com/urfave/cli/v2 v2.25.7 )