forked from weaveworks/footloose
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for cgroupv2 so it works with Docker Desktop 4.3 and newer. Also Use golang 1.17.6 Fixes weaveworks#270
- Loading branch information
Showing
4 changed files
with
1,476 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
UID_GID?=$(shell id -u):$(shell id -g) | ||
GO_VERSION="1.12.6" | ||
GO_VERSION="1.17.6" | ||
|
||
all: binary | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.