Skip to content

Commit

Permalink
Fix: upgrade version of crd-ref-docs, which caused panic with go v1.22
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Diego Colmenares Fernandez <cielocfd@gmail.com>
  • Loading branch information
jdcfd committed Apr 3, 2024
1 parent 14eeaeb commit d9a1450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/generate-apidoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SCRIPT_ROOT=$(dirname ${BASH_SOURCE})/..

cd ${SCRIPT_ROOT}

CRD_REF_GEN_VERSION=v0.0.8
CRD_REF_GEN_VERSION=v0.0.11
go install github.com/elastic/crd-ref-docs@${CRD_REF_GEN_VERSION}

crd-ref-docs --log-level DEBUG\
Expand Down

0 comments on commit d9a1450

Please sign in to comment.