Skip to content

Commit 2fcd4af

Browse files
committed
Bump controller-runtime
Signed-off-by: Praveen Rewar <[email protected]>
1 parent 2a68e24 commit 2fcd4af

File tree

1,827 files changed

+163654
-57805
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,827 files changed

+163654
-57805
lines changed

.github/workflows/benchmark-action.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
steps:
2424
- uses: actions/[email protected]
2525
- uses: actions/setup-go@v5 # default version of go is 1.10
26-
with:
27-
go-version: 1.21.11
2826
- name: Install Carvel Tools
2927
run: ./hack/install-deps.sh
3028
# Run benchmark with `go test -bench` and stores the output to a file

.github/workflows/dependency-updater.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
fetch-depth: 0
1616
- name: Set up Go 1.x
1717
uses: actions/setup-go@v5
18-
with:
19-
go-version: 1.21.11
2018
- name: Update Dependencies File
2119
run: go run ./hack/dependencies.go update
2220
- name: Create Pull Request

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,11 @@ jobs:
2020
steps:
2121
- name: Set up Go 1.x
2222
uses: actions/setup-go@v5
23-
with:
24-
go-version: 1.21.11
2523
- uses: actions/[email protected]
2624
with:
2725
fetch-depth: '0'
2826
- name: golangci-lint
2927
uses: golangci/[email protected]
3028
with:
31-
version: v1.52.2
29+
version: v1.58.1
3230
args: -v

.github/workflows/kind-action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
with:
2727
fetch-depth: 0
2828
- uses: actions/setup-go@v5 # default version of go is 1.10
29-
with:
30-
go-version: 1.21.11
3129
- name: Install Carvel Tools
3230
run: ./hack/install-deps.sh
3331
# Run benchmark with `go test -bench` and stores the output to a file

.github/workflows/release-process.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838

3939
- name: Set up Go 1.x
4040
uses: actions/setup-go@v5
41-
with:
42-
go-version: 1.21.11
4341

4442
- name: Set up Cosign
4543
uses: sigstore/[email protected]

.github/workflows/test-gh.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
steps:
2626
- name: Set up Go 1.x
2727
uses: actions/setup-go@v5
28-
with:
29-
go-version: 1.21.11
3028
- name: Check out code
3129
uses: actions/[email protected]
3230
with:

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
steps:
2424
- name: Set up Go 1.x
2525
uses: actions/setup-go@v5
26-
with:
27-
go-version: 1.21.11
2826
- name: Check out code
2927
uses: actions/[email protected]
3028
with:

.github/workflows/trivy-scan.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ jobs:
6969
fetch-depth: 0
7070
- name: Set up Go 1.x
7171
uses: actions/setup-go@v5
72-
with:
73-
go-version: 1.21.11
7472
- name: Build the kapp-controller artifacts
7573
run: |
7674
./hack/install-deps.sh

.github/workflows/upgrade-testing.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
steps:
2626
- name: Set up Go 1.x
2727
uses: actions/setup-go@v5
28-
with:
29-
go-version: 1.21.11
3028
- name: Check out code
3129
uses: actions/[email protected]
3230
- 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.5 AS deps
22

33
ARG TARGETOS TARGETARCH KCTRL_VER=development
44
WORKDIR /workspace

0 commit comments

Comments
 (0)