Skip to content

Commit

Permalink
Update Go to 1.20.8 to fix CVEs (#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
nan-yu authored and google-oss-prow[bot] committed Sep 26, 2023
1 parent 54129b2 commit c78361d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/all/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Build all Config Sync go binaries
FROM golang:1.19.12 as bins
FROM golang:1.20.8 as bins

WORKDIR /workspace

Expand Down
2 changes: 1 addition & 1 deletion build/prow/vulnerability-scanner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:431.0.0 as gcloud-install

FROM golang:1.19.12
FROM golang:1.20.8

RUN apt-get update && apt-get install -y \
jq \
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module kpt.dev/configsync

go 1.19
go 1.20

require (
cloud.google.com/go/monitoring v1.8.0
Expand Down

0 comments on commit c78361d

Please sign in to comment.