From b398df9e3bca44e649ab32174927c0482ff53edd Mon Sep 17 00:00:00 2001 From: Jared Wasinger Date: Mon, 12 Aug 2024 06:26:06 -0700 Subject: [PATCH] move build none back to previous spot --- build/ci.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build/ci.go b/build/ci.go index 3202c28192..983d6c0b17 100644 --- a/build/ci.go +++ b/build/ci.go @@ -1,6 +1,3 @@ -//go:build none -// +build none - // Copyright 2016 The go-ethereum Authors // This file is part of the go-ethereum library. // @@ -16,6 +13,10 @@ // // You should have received a copy of the GNU Lesser General Public License // along with the go-ethereum library. If not, see . + +//go:build none +// +build none + /* The ci command is called from Continuous Integration scripts.