Skip to content

Commit 8ee83de

Browse files
committed
Merge main
2 parents 9acc840 + 23d6e35 commit 8ee83de

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ test:
3131

3232
.PHONY: lint
3333
lint:
34-
$(GOMODULECMD) tool vet .
34+
$(GOMODULECMD) vet ./...
3535

3636

3737
IPXE_COMMIT_SHA := $(shell cat ipxe/IPXE_COMMIT_SHA)
@@ -53,4 +53,4 @@ ipxe:
5353
mv -f ipxe/ipxe/src/bin/undionly.kpxe ipxe/ipxe/bin/undionly.kpxe
5454
mv -f ipxe/ipxe/src/bin-x86_64-efi/ipxe.efi ipxe/ipxe/bin/ipxe-x86_64.efi
5555
mv -f ipxe/ipxe/src/bin-i386-efi/ipxe.efi ipxe/ipxe/bin/ipxe-i386.efi
56-
(cd ipxe/ipxe/src && make veryclean)
56+
(cd ipxe/ipxe/src && make veryclean)

dhcp4/conn_linux_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
//go:build linux
16+
1517
package dhcp4
1618

1719
import (

0 commit comments

Comments
 (0)