Skip to content

Commit

Permalink
dept: update golang to 1.20.11
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions hack/Dockerfile.golang
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ FROM --platform=$TARGETPLATFORM ${BASE_IMAGE} as base

# DO NOT UPDATE THIS BY HAND !!
# Use hack/update-go-container.sh to update the version and hashes.
ARG GO_VERSION=1.20.10
ARG GO_LINUX_ARM64_SHA256=fb3c7e15fc4413c5b81eb9f26dbd7cd4faedd5c720b30fa8e2ff77457f74cab6
ARG GO_LINUX_AMD64_SHA256=80d34f1fd74e382d86c2d6102e0e60d4318461a7c2f457ec1efc4042752d4248
ARG GO_LINUX_PPC64LE_SHA256=ebac6e713810174f9ffd7f48c17c373fbf359d50d8e6233b1dfbbdebd524fd1c
ARG GO_LINUX_S390X_SHA256=fa32588cbdd1e8adfd7e9f1b4ba3f7a8b424f60e90bf2cc4716650374eb459ae
ARG GO_VERSION=1.20.11
ARG GO_LINUX_ARM64_SHA256=7908a49c6ce9d48af9b5ba76ccaa0769da45d8b635259a01065b3739acef4ada
ARG GO_LINUX_AMD64_SHA256=ef79a11aa095a08772d2a69e4f152f897c4e96ee297b0dc20264b7dec2961abe
ARG GO_LINUX_PPC64LE_SHA256=e04676e1aeafe7c415176f330322d43a4be5ea6deb14aca49905bd1449dc7072
ARG GO_LINUX_S390X_SHA256=6112113758b7994249db5d33c34723cd2b2f96d0d80ece07c0e59a91e45912db

FROM base AS base-amd64
ADD --checksum=sha256:${GO_LINUX_AMD64_SHA256} https://go.dev/dl/go${GO_VERSION}.linux-amd64.tar.gz .
Expand Down
2 changes: 1 addition & 1 deletion ibmcloud-powervs/image/prereq.sh
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"

Expand Down
2 changes: 1 addition & 1 deletion podvm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ currently accepted:
| CAA\_SRC\_REF | main | cloud-api-adaptor repository branch or commit |
| KATA\_SRC | https://github.com/kata-containers/kata-containers | The Kata Containers source repository |
| KATA\_SRC\_BRANCH | CCv0 | The Kata Containers repository branch |
| GO\_VERSION | 1.20.10 | Go version |
| GO\_VERSION | 1.20.11 | Go version |
| PROTOC\_VERSION | 3.11.4 | [Protobuf](https://github.com/protocolbuffers/protobuf) version |
| RUST\_VERSION | 1.72.0 | Rust version |

Expand Down
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cloudimg:
checksum: "sha256:34ff41b5274692c984e3860b21136af8b6ae502744c6c7578dda82002fba0287"

tools:
golang: 1.20.10
golang: 1.20.11
rust: 1.72.0
protoc: 3.11.4
# Referenced Git repositories
Expand Down

0 comments on commit 0f79c3d

Please sign in to comment.