Skip to content
Open
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 .github/workflows/golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# Keep in sync with tools.lock, so CI and `make lint` run the same
# linter. Without this the action defaults to "latest".
# renovate: datasource=github-releases depName=golangci/golangci-lint
version: v2.12.2
version: v2.13.1

test:
needs: lint
Expand Down
2 changes: 1 addition & 1 deletion tools.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ addlicense github.com/google/addlicense@v1.2.0
apigen github.com/kcp-dev/sdk/cmd/apigen@v0.32.3
controller-gen sigs.k8s.io/controller-tools/cmd/controller-gen@v0.21.0
ginkgo github.com/onsi/ginkgo/v2/ginkgo@v2.32.1
golangci-lint github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.12.2
golangci-lint github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.13.1
osv-scanner github.com/google/osv-scanner/v2/cmd/osv-scanner@v2.5.1