Merge pull request #6459 from dmcgowan/fix-rdt-build-tags

Fix rdt build tags for go 1.16
This commit is contained in:
Michael Crosby 2022-01-19 14:51:14 -05:00 committed by GitHub
commit 13b804c10d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
//go:build !no_rdt
// +build !no_rdt
/*
Copyright The containerd Authors.

View File

@ -1,4 +1,5 @@
//go:build no_rdt
// +build no_rdt
/*
Copyright The containerd Authors.