Skip to content

Commit dd3c2a3

Browse files
authored
Merge branch 'main' into main
2 parents 512f5bd + c3305fe commit dd3c2a3

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
@@ -45,7 +45,7 @@ jobs:
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

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ github.com/kptdev/krm-functions-catalog/functions/go/apply-setters v0.2.4 h1:qB0
112112
github.com/kptdev/krm-functions-catalog/functions/go/apply-setters v0.2.4/go.mod h1:tYQYBka2UVPV4OnOY89h7SbtSoDfpsOGhdTy1yKse7M=
113113
github.com/kptdev/krm-functions-sdk/go/fn v1.0.0 h1:2xTAEw0/mWNnPNvBR7K3rvrnjmBMxVbtTyu2ZHJjQxo=
114114
github.com/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=
115119
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
116120
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
117121
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=

0 commit comments

Comments
 (0)