aboutsummaryrefslogtreecommitdiff
path: root/internal/worker/fetch.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/worker/fetch.go')
-rw-r--r--internal/worker/fetch.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/worker/fetch.go b/internal/worker/fetch.go
index 11989ec3..a063ef9a 100644
--- a/internal/worker/fetch.go
+++ b/internal/worker/fetch.go
@@ -470,7 +470,6 @@ func updateVersionMap(ctx context.Context, db *postgres.DB, ft *fetchTask) (err
requestedVersions = append(requestedVersions, internal.MasterVersion)
}
for _, v := range requestedVersions {
- v := v
vm := &internal.VersionMap{
ModulePath: ft.ModulePath,
RequestedVersion: v,