-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport of [NET-4865] security: Update Go version to 1.20.6 into rel…
…ease/1.16.x (#18195) backport of commit 93f3209 Co-authored-by: Michael Zalimeni <michael.zalimeni@hashicorp.com>
- Loading branch information
1 parent
18db062
commit ec0072c
Showing
3 changed files
with
17 additions
and
12 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
```release-note:security | ||
Upgrade to use Go 1.20.6. | ||
This resolves [CVE-2023-29406](https://github.com/advisories/GHSA-f8f7-69v5-w4vx)(`net/http`) for uses of the standard library. | ||
A separate change updates dependencies on `golang.org/x/net` to use `0.12.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Copyright (c) HashiCorp, Inc. | ||
# SPDX-License-Identifier: MPL-2.0 | ||
|
||
ARG GOLANG_VERSION=1.20.4 | ||
ARG GOLANG_VERSION=1.20.6 | ||
FROM golang:${GOLANG_VERSION} | ||
|
||
WORKDIR /consul |