From 6748f4552455321b7e0c002e997cbad175e585d0 Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Wed, 8 Nov 2023 11:51:12 +0100 Subject: syz-ci/updater.go: goconst complains on gopath= It contributes to #4317 unblocking. --- syz-ci/updater.go | 1 + 1 file changed, 1 insertion(+) diff --git a/syz-ci/updater.go b/syz-ci/updater.go index 41d6d48f9..9bced556a 100644 --- a/syz-ci/updater.go +++ b/syz-ci/updater.go @@ -218,6 +218,7 @@ func (upd *SyzUpdater) pollAndBuild(lastCommit string) string { return commit.Hash } +// nolint: goconst // "GOPATH=" looks good here, ignore func (upd *SyzUpdater) build(commit *vcs.Commit) error { // syzkaller testing may be slowed down by concurrent kernel builds too much // and cause timeout failures, so we serialize it with other builds: -- cgit mrf-deployment