File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/spf13/cobra v1.7.0
7
7
gotest.tools/v3 v3.3.0
8
- knative.dev/client-pkg v0.0.0-20240111015105-b261efbe56e4
9
- knative.dev/hack v0.0.0-20240111013919-e89096d74d85
8
+ knative.dev/client-pkg v0.0.0-20240124090003-67fca0ca8681
9
+ knative.dev/hack v0.0.0-20240123162936-f3f03ac0ab1a
10
10
11
11
)
12
12
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8
37
37
gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
38
38
gotest.tools/v3 v3.3.0 h1:MfDY1b1/0xN1CyMlQDac0ziEy9zJQd9CXBRRDHw2jJo =
39
39
gotest.tools/v3 v3.3.0 /go.mod h1:Mcr9QNxkg0uMvy/YElmo4SpXgJKWgQvYrT7Kw5RzJ1A =
40
- knative.dev/client-pkg v0.0.0-20240111015105-b261efbe56e4 h1:I/x5xZjhbHBrsKdR6JYk3EToiC0ujq1/TEayVnpkxMM =
41
- knative.dev/client-pkg v0.0.0-20240111015105-b261efbe56e4 /go.mod h1:CRV2oyVAnLXcAoFWLzazqdO3+908E7qENNQUuJDNd3k =
42
- knative.dev/hack v0.0.0-20240111013919-e89096d74d85 h1:ERgPObDcW9LfaEPAeFvbW3UJcF3C3ul6B2ErNMv13OE =
43
- knative.dev/hack v0.0.0-20240111013919-e89096d74d85 /go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q =
40
+ knative.dev/client-pkg v0.0.0-20240124090003-67fca0ca8681 h1:vlXHcYG/rayUB1MGUAnpu5eLzMKuqEQS2Q5m7Z9WyKs =
41
+ knative.dev/client-pkg v0.0.0-20240124090003-67fca0ca8681 /go.mod h1:3+IED1Q8eP1BwUq0cTxyznhTVrROzkGZcJ68X6KS8NA =
42
+ knative.dev/hack v0.0.0-20240123162936-f3f03ac0ab1a h1:+4Mdk0Lt3LGAVEI6vYyhfjBlVBx7sqS4wECtTkuXoSY =
43
+ knative.dev/hack v0.0.0-20240123162936-f3f03ac0ab1a /go.mod h1:yk2OjGDsbEnQjfxdm0/HJKS2WqTLEFg/N6nUs6Rqx3Q =
Original file line number Diff line number Diff line change @@ -675,8 +675,8 @@ function set_latest_to_highest_semver() {
675
675
abort " cannot get relase id from github"
676
676
fi
677
677
678
- hub_tool api --method PATCH " /repos/knative/serving /releases/$release_id " \
679
- -F make_latest=true > /dev/null || abort " error settomg $last_version to 'latest'"
678
+ hub_tool api --method PATCH " /repos/${ORG_NAME} / ${REPO_NAME} /releases/$release_id " \
679
+ -F make_latest=true > /dev/null || abort " error setting $last_version to 'latest'"
680
680
echo " Github release ${last_version} set as 'latest'"
681
681
}
682
682
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ gotest.tools/v3/internal/assert
22
22
gotest.tools/v3/internal/difflib
23
23
gotest.tools/v3/internal/format
24
24
gotest.tools/v3/internal/source
25
- # knative.dev/client-pkg v0.0.0-20240111015105-b261efbe56e4
25
+ # knative.dev/client-pkg v0.0.0-20240124090003-67fca0ca8681
26
26
## explicit; go 1.21
27
27
knative.dev/client-pkg/pkg/kn/plugin
28
- # knative.dev/hack v0.0.0-20240111013919-e89096d74d85
28
+ # knative.dev/hack v0.0.0-20240123162936-f3f03ac0ab1a
29
29
## explicit; go 1.18
30
30
knative.dev/hack
You can’t perform that action at this time.
0 commit comments