Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

chore(deps): update makefile #2008

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions makefile.d/20-tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ $(CFNLINT_VENV)/bin/cfn-lint: | $(BIN_DIR)
GOLANGCI_BIN := $(BIN_DIR)/golangci-lint
GOLANGCI_CONFIG := $(ROOT_DIR)/.golangci.yml
# renovate: datasource=go depName=github.com/golangci/golangci-lint versioning=semver
GOLANGCI_VERSION := 1.59.1
GOLANGCI_VERSION := 1.60.3

bin/golangci-lint: bin/golangci-lint-$(GOLANGCI_VERSION)
@ln -sf golangci-lint-$(GOLANGCI_VERSION) bin/golangci-lint
Expand Down Expand Up @@ -130,7 +130,7 @@ bin/yq-$(YQ_VERSION): | $(BIN_DIR)

HELM_BIN := $(BIN_DIR)/helm
# renovate: datasource=github-releases depName=helm/helm versioning=semver
HELM_VERSION := 3.15.3
HELM_VERSION := 3.15.4

bin/helm: bin/helm-$(HELM_VERSION)
@ln -sf $(notdir $<) $@
Expand Down Expand Up @@ -174,7 +174,7 @@ bin/helm-docs-$(HELMDOCS_VERSION): | $(BIN_DIR)

GITCLIFF_BIN := $(BIN_DIR)/git-cliff
# renovate: datasource=github-releases depName=orhun/git-cliff versioning=semver
GITCLIFF_VERSION := 2.4.0
GITCLIFF_VERSION := 2.5.0
GITCLIFF_OSTYPE := $(OSTYPE)
GITCLIFF_ARCH := $(ARCHTYPE)
GITCLIFF_URL =
Expand Down Expand Up @@ -206,7 +206,7 @@ bin/git-cliff-$(GITCLIFF_VERSION): | $(BIN_DIR)

TYPOS_BIN := $(BIN_DIR)/typos
# renovate: datasource=github-releases depName=crate-ci/typos versioning=semver
TYPOS_VERSION := 1.23.6
TYPOS_VERSION := 1.24.1
TYPOS_OSTYPE := $(OSTYPE)
TYPOS_ARCH := $(ARCHTYPE)
TYPOS_URL =
Expand Down
Loading