You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some modules require a more recent version of Go and must
be skipped in tests. Previously we manually kept a list,
but we can detect the version of Go that's required from
the go.mod.
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Copy file name to clipboardExpand all lines: Makefile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
PACKAGES ?= atomicwriter capability mountinfo mount reexec sequential signal symlink user userns# IMPORTANT: when updating this list, also update the conditional one in .github/workflows/test.yml
1
+
PACKAGES ?= atomicwriter capability mountinfo mount reexec sequential signal symlink user userns
0 commit comments