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

Commit

Permalink
chore(deps): update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2024
1 parent f564bc8 commit 597cd8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 @@ -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.23.7
TYPOS_OSTYPE := $(OSTYPE)
TYPOS_ARCH := $(ARCHTYPE)
TYPOS_URL =
Expand Down

0 comments on commit 597cd8d

Please sign in to comment.