Skip to content

Commit 634e42c

Browse files
authored
Bump all dependencies (#4266)
1 parent 6e46b42 commit 634e42c

34 files changed

+9510
-1236
lines changed

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
5252
with:
5353
only-new-issues: true
54-
version: v2.1.2
54+
version: v2.5.0
5555

5656
generate:
5757
runs-on: ubuntu-latest

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM --platform=$BUILDPLATFORM golang:1.24.3 AS builder
2+
FROM --platform=$BUILDPLATFORM golang:1.25.1 AS builder
33

44
WORKDIR /workspace
55

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ endif
6868
all: manager
6969

7070
lint:
71-
docker run --rm -v $(PWD):/app -w /app golangci/golangci-lint:v2.1.2 golangci-lint run
71+
docker run --rm -v $(PWD):/app -w /app golangci/golangci-lint:v2.5.0 golangci-lint run
7272

7373
GO_TEST_ARGS ?= -short
7474

@@ -317,7 +317,7 @@ ifeq (, $(wildcard $(GOBIN)/controller-gen))
317317
CONTROLLER_GEN_TMP_DIR=$$(mktemp -d) ;\
318318
cd $$CONTROLLER_GEN_TMP_DIR ;\
319319
go mod init tmp ;\
320-
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.17.2 ;\
320+
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.19.0 ;\
321321
rm -rf $$CONTROLLER_GEN_TMP_DIR ;\
322322
}
323323
endif

charts/actions-runner-controller/crds/actions.summerwind.dev_horizontalrunnerautoscalers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.17.2
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
name: horizontalrunnerautoscalers.actions.summerwind.dev
88
spec:
99
group: actions.summerwind.dev

charts/actions-runner-controller/crds/actions.summerwind.dev_runnerdeployments.yaml

Lines changed: 611 additions & 66 deletions
Large diffs are not rendered by default.

charts/actions-runner-controller/crds/actions.summerwind.dev_runnerreplicasets.yaml

Lines changed: 611 additions & 66 deletions
Large diffs are not rendered by default.

charts/actions-runner-controller/crds/actions.summerwind.dev_runners.yaml

Lines changed: 611 additions & 66 deletions
Large diffs are not rendered by default.

charts/actions-runner-controller/crds/actions.summerwind.dev_runnersets.yaml

Lines changed: 444 additions & 63 deletions
Large diffs are not rendered by default.

charts/gha-runner-scale-set-controller/crds/actions.github.com_autoscalinglisteners.yaml

Lines changed: 452 additions & 61 deletions
Large diffs are not rendered by default.

charts/gha-runner-scale-set-controller/crds/actions.github.com_autoscalingrunnersets.yaml

Lines changed: 881 additions & 109 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)