aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/updater/updater.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/updater/updater.go')
-rw-r--r--pkg/updater/updater.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/updater/updater.go b/pkg/updater/updater.go
index 00181f732..bf7b816ca 100644
--- a/pkg/updater/updater.go
+++ b/pkg/updater/updater.go
@@ -242,7 +242,6 @@ func (upd *Updater) pollAndBuild(lastCommit string) string {
return commit.Hash
}
-// nolint: goconst // "GOPATH=" looks good here, ignore
func (upd *Updater) 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: