Skip to content

Commit 8241914

Browse files
committed
build: Update all tools
1 parent 2cb6ec5 commit 8241914

File tree

6 files changed

+390
-368
lines changed

6 files changed

+390
-368
lines changed

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Copyright 2023 Nutanix. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4+
version: 2
5+
46
project_name: cluster-api-runtime-extensions-nutanix
57

68
changelog:
@@ -87,7 +89,6 @@ builds:
8789
8890
archives:
8991
- name_template: '{{ .ProjectName }}_v{{ trimprefix .Version "v" }}_{{ .Os }}_{{ .Arch }}'
90-
rlcp: true
9192
builds:
9293
- cluster-api-runtime-extensions-nutanix
9394

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ repos:
8181
stages: [commit]
8282
exclude: ^charts/cluster-api-runtime-extensions-nutanix/README.md$
8383
- repo: https://github.com/rhysd/actionlint
84-
rev: v1.7.0
84+
rev: v1.7.1
8585
hooks:
8686
- id: actionlint-system
8787
stages: [commit]
@@ -106,7 +106,7 @@ repos:
106106
stages: [commit]
107107
args: ["-e", "SC2211", "-x"]
108108
- repo: https://github.com/igorshubovych/markdownlint-cli
109-
rev: v0.40.0
109+
rev: v0.41.0
110110
hooks:
111111
- id: markdownlint
112112
stages: [commit]

0 commit comments

Comments
 (0)