Skip to content

Commit

Permalink
release-notes: Ping the tool to v0.13.0 (#1428)
Browse files Browse the repository at this point in the history
Latest releas-notes tool is using golang 1.19 and is using new golang
features so the tool does not compile with go1.17 from CNAO project.
This change pin it to latest go1.17 version v0.13.0.

Signed-off-by: Enrique Llorente <[email protected]>

Signed-off-by: Enrique Llorente <[email protected]>
Co-authored-by: Enrique Llorente <[email protected]>
  • Loading branch information
kubevirt-bot and qinqon authored Oct 6, 2022
1 parent 6cde270 commit eb4630f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/render-release-notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ end() {

trap end EXIT SIGINT SIGTERM SIGSTOP

GOFLAGS=-mod=readonly go install k8s.io/release/cmd/release-notes@latest
GOFLAGS=-mod=readonly go install k8s.io/release/cmd/release-notes@v0.13.0
release-notes \
--list-v2 \
--go-template go-template:$script_dir/release-notes.tmpl \
Expand Down

0 comments on commit eb4630f

Please sign in to comment.