Skip to content

Commit

Permalink
chore: update tool versions consistent with branch olm-catalog (#433)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Fajerski <[email protected]>
  • Loading branch information
jan--f authored Mar 12, 2024
1 parent ad5dc03 commit f7593da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/tools
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ controller-gen v0.11.3
kustomize v4.5.2
oc v4.8.11
operator-sdk v1.31.0
opm v1.26.1
opm v1.36.0
promq v0.0.1
crdoc v0.5.2
jsonnet v0.17.0
jsonnetfmt v0.17.0
jsonnet-lint v0.17.0
jb v0.4.0
gojsontoyaml 0.0.1
shellcheck 0.9.0
shellcheck 0.10.0
4 changes: 2 additions & 2 deletions Makefile.tools
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ OPERATOR_SDK = $(TOOLS_DIR)/operator-sdk
OPERATOR_SDK_VERSION = v1.31.0

OPM=$(TOOLS_DIR)/opm
OPM_VERSION = v1.26.1
OPM_VERSION = v1.36.0

GOLANGCI_LINT=$(TOOLS_DIR)/golangci-lint
GOLANGCI_LINT_VERSION = v1.52.2
Expand Down Expand Up @@ -56,7 +56,7 @@ JSONNET_VENDOR = jsonnet/vendor
JSONNETFMT_ARGS = -n 2 --max-blank-lines 2 --string-style s --comment-style s

SHELLCHECK = $(TOOLS_DIR)/shellcheck
SHELLCHECK_VERSION = 0.9.0
SHELLCHECK_VERSION = 0.10.0

$(TOOLS_DIR):
@mkdir -p $(TOOLS_DIR)
Expand Down

0 comments on commit f7593da

Please sign in to comment.