diff options
Diffstat (limited to 'runsc/version.go')
-rw-r--r-- | runsc/version.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runsc/version.go b/runsc/version.go index ab9194b9d..c250f4a2a 100644 --- a/runsc/version.go +++ b/runsc/version.go @@ -12,6 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build go1.1 +// +build go1.1 + package main // version is set during linking. |