Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ CONTROLLER_TOOLS_VERSION ?= v0.21.0
# Kept in sync with go.mod's sigs.k8s.io/controller-runtime require and
# Taskfile.yml's SETUP_ENVTEST_VERSION: same depName/datasource by renovate.
# renovate: datasource=go depName=sigs.k8s.io/controller-runtime versioning=semver
ENVTEST_VERSION ?= v0.19.3
ENVTEST_VERSION ?= v0.24.1
# Kept in sync with Taskfile by renovate.
# renovate: datasource=github-tags depName=golangci/golangci-lint versioning=semver
GOLANGCI_LINT_VERSION ?= v2.12.2
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ tasks:
# depName/datasource as the native gomod dependency, so renovate combines both
# bumps into a single branch/PR instead of opening two.
# renovate: datasource=go depName=sigs.k8s.io/controller-runtime versioning=semver
SETUP_ENVTEST_VERSION: 0.19.3
SETUP_ENVTEST_VERSION: 0.24.1
cmds:
- >
GITHUB_REF= dagger -s call -m ./dagger/gotest
Expand Down