forked from confidential-containers/cloud-api-adaptor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump golang from 1.20.10 to 1.20.11 PR check failed e.g. https://github.com/confidential-containers/cloud-api-adaptor/actions/runs/6808420299/job/18512839352?pr=1564 Vulnerability #1: GO-2023-2186 Incorrect detection of reserved device names on Windows in path/filepath More info: https://pkg.go.dev/vuln/GO-2023-2186 Standard library Found in: path/[email protected] Fixed in: path/[email protected] Fixes: confidential-containers#1565 Signed-off-by: Yan Song YS Liu <[email protected]>
- Loading branch information
Yan Song YS Liu
authored and
liudali
committed
Nov 10, 2023
1 parent
6e77add
commit 0f79c3d
Showing
4 changed files
with
8 additions
and
8 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
GO_VERSION="1.20.10" | ||
GO_VERSION="1.20.11" | ||
RUST_VERSION="1.72.0" | ||
SKOPEO_VERSION="1.5.0" | ||
|
||
|
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