-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
…fig-fix * origin/master: (36 commits) Revert changes done to release action (SAP#5228) Update release-go.yml (SAP#5227) Remove README and CONTRIBUTING files from release 3rd try (SAP#5226) fix(setupCommonPipelineEnvironment): handling tags from scm info (SAP#5219) Remove README and CONTRIBUTING files from release 2nd try (SAP#5225) [CxONE] Improve report: add Low findings; Proposed Not Exploitable state (SAP#5223) Remove README and CONTRIBUTING files from release (SAP#5221) fix(naming): Rename Trust Engine to System Trust (SAP#5217) abapEnvironmentAssemblePackages Check for Build Errors (SAP#5214) docs: fix npmExuceteTests documentation formatting issues (SAP#5218) feat: Introduce new npmExecuteTests step (SAP#5124) fix(cloudFoundryDeploy): argument list too long (SAP#5216) Revert "Fix deployment failure with CF if password contains special char (SAP#5197)" (SAP#5215) chore(trustengine): Rename Trust Engine to System Trust in logs and docs (SAP#5210) Fix deployment failure with CF if password contains special char (SAP#5197) Update go version to 1.23 and removed some helper methods in favor of STD library (SAP#5200) Added validation for buildTool and buildDescriptorFile (SAP#5193) Unstash class files for Compliance stage (SAP#5192) (SAP#5204) fix(documentation): check param for jenkinsParams before appending Jenkins-specific text (SAP#5203) Align description of ADO and GHA (SAP#5202) ...
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,4 +24,3 @@ indent_style = none | |
indent_size = none | ||
[{go.mod,go.sum,*.go,*.golden}] | ||
indent_style = tab | ||
indent_size = 8 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM golang:1.22.4 AS build-env | ||
FROM golang:1.23.4 AS build-env | ||
COPY . /build | ||
WORKDIR /build | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.