-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Added changes for upgrading some of the binaries & Go-Version i…
…n Litmuschecker (#389) * Added changes for upgrading some of the binaries Signed-off-by: Jonsy13 <vedant.shrotria@harness.io> * changed alpine image to 3.17.4 Signed-off-by: Jonsy13 <vedant.shrotria@harness.io> * changed alpine image to 3.17.4 Signed-off-by: Jonsy13 <vedant.shrotria@harness.io> * changed alpine image to 3.17.4 Signed-off-by: Jonsy13 <vedant.shrotria@harness.io> * fixed one more vuln Signed-off-by: Jonsy13 <vedant.shrotria@harness.io> * fixed one more vuln Signed-off-by: Jonsy13 <vedant.shrotria@harness.io> --------- Signed-off-by: Jonsy13 <vedant.shrotria@harness.io>
- Loading branch information
Showing
8 changed files
with
18 additions
and
13 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
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#Build Stage | ||
FROM golang:1.19 AS builder | ||
FROM golang:1.20 AS builder | ||
|
||
LABEL maintainer="LitmusChaos" | ||
|
||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/gdsoumya/resourceChecker | ||
|
||
go 1.19 | ||
go 1.20 | ||
|
||
require ( | ||
k8s.io/apimachinery v0.21.2 | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/litmuschaos/nsutil | ||
|
||
go 1.19 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/sirupsen/logrus v1.9.3 | ||
|