mirror of https://github.com/knative/caching.git
upgrade to latest dependencies (#888)
bumping knative.dev/hack 452e340...06f7aff: > 06f7aff tag images using ko (# 393) Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
parent
93e6a0a5b4
commit
3a2a1b6433
2
go.mod
2
go.mod
|
@ -10,7 +10,7 @@ require (
|
|||
k8s.io/client-go v0.30.3
|
||||
k8s.io/code-generator v0.30.3
|
||||
k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8
|
||||
knative.dev/hack v0.0.0-20240808014239-452e340cbb4b
|
||||
knative.dev/hack v0.0.0-20240814130635-06f7aff93954
|
||||
knative.dev/pkg v0.0.0-20240812053209-cd3311cbab65
|
||||
)
|
||||
|
||||
|
|
4
go.sum
4
go.sum
|
@ -662,8 +662,8 @@ k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8 h1:1Wof1cGQgA5pqgo8MxKPtf
|
|||
k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8/go.mod h1:Os6V6dZwLNii3vxFpxcNaTmH8LJJBkOTg1N0tOA0fvA=
|
||||
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 h1:pUdcCO1Lk/tbT5ztQWOBi5HBgbBP1J8+AsQnQCKsi8A=
|
||||
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
|
||||
knative.dev/hack v0.0.0-20240808014239-452e340cbb4b h1:pDzlX6d8cCbp5PDU9BdEIPJVI/4HLTM4mV2gMN1bKlk=
|
||||
knative.dev/hack v0.0.0-20240808014239-452e340cbb4b/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
|
||||
knative.dev/hack v0.0.0-20240814130635-06f7aff93954 h1:dGMK5VoL75szvrYQTL9NqhPYHu1f5dGaXx1hJI8fAFM=
|
||||
knative.dev/hack v0.0.0-20240814130635-06f7aff93954/go.mod h1:R0ritgYtjLDO9527h5vb5X6gfvt5LCrJ55BNbVDsWiY=
|
||||
knative.dev/pkg v0.0.0-20240812053209-cd3311cbab65 h1:9r795uNPp2f/dIUzHlJW4Prz3U+8+1ZpW4z6EBUxpwc=
|
||||
knative.dev/pkg v0.0.0-20240812053209-cd3311cbab65/go.mod h1:2kizutszzGp+EcVXivdigNd6dUM7O77QaLUTZeKaN5s=
|
||||
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
|
||||
|
|
|
@ -694,6 +694,8 @@ function main() {
|
|||
(( SKIP_TESTS )) && echo "- Tests will NOT be run" || echo "- Tests will be run"
|
||||
if (( TAG_RELEASE )); then
|
||||
echo "- Artifacts will be tagged '${TAG}'"
|
||||
# We want to add git tags to the container images built by ko
|
||||
KO_FLAGS+=" --tags=latest,${TAG}"
|
||||
else
|
||||
echo "- Artifacts WILL NOT be tagged"
|
||||
fi
|
||||
|
|
|
@ -697,7 +697,7 @@ k8s.io/utils/pointer
|
|||
k8s.io/utils/ptr
|
||||
k8s.io/utils/strings/slices
|
||||
k8s.io/utils/trace
|
||||
# knative.dev/hack v0.0.0-20240808014239-452e340cbb4b
|
||||
# knative.dev/hack v0.0.0-20240814130635-06f7aff93954
|
||||
## explicit; go 1.21
|
||||
knative.dev/hack
|
||||
# knative.dev/pkg v0.0.0-20240812053209-cd3311cbab65
|
||||
|
|
Loading…
Reference in New Issue