Skip to content

Commit 3628098

Browse files
authored
Bump controller runtime (#1644)
* Bumping controller runtime Signed-off-by: Rohit Aggarwal <[email protected]> * Fixing generated files Signed-off-by: Rohit Aggarwal <[email protected]> --------- Signed-off-by: Rohit Aggarwal <[email protected]>
1 parent e8e5ce8 commit 3628098

File tree

1,859 files changed

+164739
-58465
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,859 files changed

+164739
-58465
lines changed

.github/workflows/benchmark-action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/[email protected]
2525
- uses: actions/setup-go@v5 # default version of go is 1.10
2626
with:
27-
go-version: 1.21.11
27+
go-version: 1.22.9
2828
- name: Install Carvel Tools
2929
run: ./hack/install-deps.sh
3030
# Run benchmark with `go test -bench` and stores the output to a file

.github/workflows/dependency-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go 1.x
1717
uses: actions/setup-go@v5
1818
with:
19-
go-version: 1.21.11
19+
go-version: 1.22.9
2020
- name: Update Dependencies File
2121
run: go run ./hack/dependencies.go update
2222
- name: Create Pull Request

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
- name: Set up Go 1.x
2222
uses: actions/setup-go@v5
2323
with:
24-
go-version: 1.21.11
24+
go-version: 1.22.9
2525
- uses: actions/[email protected]
2626
with:
2727
fetch-depth: '0'
2828
- name: golangci-lint
2929
uses: golangci/[email protected]
3030
with:
31-
version: v1.52.2
31+
version: v1.58.1
3232
args: -v

.github/workflows/kind-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828
- uses: actions/setup-go@v5 # default version of go is 1.10
2929
with:
30-
go-version: 1.21.11
30+
go-version: 1.22.9
3131
- name: Install Carvel Tools
3232
run: ./hack/install-deps.sh
3333
# Run benchmark with `go test -bench` and stores the output to a file

.github/workflows/release-process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set up Go 1.x
4040
uses: actions/setup-go@v5
4141
with:
42-
go-version: 1.21.11
42+
go-version: 1.22.9
4343

4444
- name: Set up Cosign
4545
uses: sigstore/[email protected]

.github/workflows/test-gh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Go 1.x
2727
uses: actions/setup-go@v5
2828
with:
29-
go-version: 1.21.11
29+
go-version: 1.22.9
3030
- name: Check out code
3131
uses: actions/[email protected]
3232
with:

.github/workflows/test-kctrl-gh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Go 1.x
2525
uses: actions/setup-go@v5
2626
with:
27-
go-version: 1.21.11
27+
go-version: 1.22.9
2828
- name: Check out code
2929
uses: actions/[email protected]
3030
with:

.github/workflows/trivy-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Set up Go 1.x
7171
uses: actions/setup-go@v5
7272
with:
73-
go-version: 1.21.11
73+
go-version: 1.22.9
7474
- name: Build the kapp-controller artifacts
7575
run: |
7676
./hack/install-deps.sh

.github/workflows/upgrade-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Go 1.x
2727
uses: actions/setup-go@v5
2828
with:
29-
go-version: 1.21.11
29+
go-version: 1.22.9
3030
- name: Check out code
3131
uses: actions/[email protected]
3232
- name: Install Carvel Tools

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.21.11 AS deps
1+
FROM --platform=$BUILDPLATFORM golang:1.22.9 AS deps
22

33
ARG TARGETOS TARGETARCH KCTRL_VER=development
44
WORKDIR /workspace

0 commit comments

Comments
 (0)