Commit eb170ecf authored by superherointj's avatar superherointj
Browse files

k3s: remove restriction on runtime checking of golang version

parent 551ef9c8
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -187,7 +187,6 @@ let

    patches =
      # Disable: Add runtime checking of golang version
      lib.optional (lib.versionAtLeast k3sVersion "1.28")
      (fetchpatch {
        # https://github.com/k3s-io/k3s/pull/9054
        url = "https://github.com/k3s-io/k3s/commit/b297996b9252b02e56e9425f55f6becbf6bb7832.patch";