-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Security] - upgrade golang to 1.21.2 for mitigating security risks
Signed-off-by: kesavan thiruvenkadasamy <[email protected]>
- Loading branch information
1 parent
a866ec7
commit f846082
Showing
3 changed files
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ env: | |
global: | ||
- GO111MODULE=on | ||
go: | ||
- 1.20 | ||
- 1.21.2 | ||
script: | ||
- | | ||
if [ -n "${TRAVIS_TAG}" ]; then | ||
|
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,6 +1,6 @@ | ||
module github.com/portworx/kdmp | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/aquilax/truncate v1.0.0 | ||
|