Skip to content

Commit

Permalink
libct/cg: rm go 1.15 compatibility
Browse files Browse the repository at this point in the history
Since commit 12e99a0 we do require Go >= 1.16, so this file
is no longer needed.

Also, this actually ensures that go >= 1.16 is used (otherwise
libcontainer/cgroups/getallpids.go won't compile).

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
  • Loading branch information
kolyshkin committed Dec 14, 2021
1 parent 7113a40 commit 5c7e898
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
3 changes: 0 additions & 3 deletions libcontainer/cgroups/getallpids.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build go1.16
// +build go1.16

package cgroups

import (
Expand Down
31 changes: 0 additions & 31 deletions libcontainer/cgroups/getallpids_go115.go

This file was deleted.

0 comments on commit 5c7e898

Please sign in to comment.