-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use the same image for all jobs * bump dependencies * fix typos * enable nilness check * adjust unit tests to changes in ctrl-runtime's fakeclient * update CRDs, fix containerizing * adjust shfmt job to new image
- Loading branch information
Showing
16 changed files
with
202 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ presubmits: | |
preset-goproxy: "true" | ||
spec: | ||
containers: | ||
- image: quay.io/kubermatic-labs/boilerplate:v0.2.0 | ||
- image: quay.io/kubermatic/build:go-1.22-node-18-5 | ||
command: | ||
- make | ||
args: | ||
|
@@ -36,7 +36,7 @@ presubmits: | |
preset-goproxy: "true" | ||
spec: | ||
containers: | ||
- image: golang:1.22.1 | ||
- image: quay.io/kubermatic/build:go-1.22-node-18-5 | ||
command: | ||
- make | ||
args: | ||
|
@@ -58,7 +58,7 @@ presubmits: | |
preset-goproxy: "true" | ||
spec: | ||
containers: | ||
- image: quay.io/kubermatic/build:go-1.22-node-18-0 | ||
- image: quay.io/kubermatic/build:go-1.22-node-18-5 | ||
command: | ||
- make | ||
args: | ||
|
@@ -79,7 +79,7 @@ presubmits: | |
preset-goproxy: "true" | ||
spec: | ||
containers: | ||
- image: quay.io/kubermatic/build:go-1.22-node-18-kind-0.22-5 | ||
- image: quay.io/kubermatic/build:go-1.22-node-18-5 | ||
command: | ||
- ./hack/verify-licenses.sh | ||
resources: | ||
|
@@ -95,7 +95,7 @@ presubmits: | |
preset-goproxy: "true" | ||
spec: | ||
containers: | ||
- image: golangci/golangci-lint:v1.56.0 | ||
- image: quay.io/kubermatic/build:go-1.22-node-18-5 | ||
command: | ||
- make | ||
args: | ||
|
@@ -115,7 +115,7 @@ presubmits: | |
preset-goproxy: "true" | ||
spec: | ||
containers: | ||
- image: quay.io/kubermatic/build:go-1.22-node-18-kind-0.22-5 | ||
- image: quay.io/kubermatic/build:go-1.22-node-18-5 | ||
command: | ||
- make | ||
args: | ||
|
@@ -130,9 +130,9 @@ presubmits: | |
clone_uri: "ssh://[email protected]/kubermatic/operating-system-manager.git" | ||
spec: | ||
containers: | ||
- image: docker.io/mvdan/shfmt:v3.5.1 | ||
- image: quay.io/kubermatic/build:go-1.22-node-18-5 | ||
command: | ||
- "/bin/shfmt" | ||
- shfmt | ||
args: | ||
# -l list files whose formatting differs from shfmt's | ||
# -d error with a diff when the formatting differs | ||
|
@@ -161,7 +161,7 @@ presubmits: | |
preset-goproxy: "true" | ||
spec: | ||
containers: | ||
- image: golang:1.22.1 | ||
- image: quay.io/kubermatic/build:go-1.22-node-18-5 | ||
command: | ||
- make | ||
args: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.