mirror of https://github.com/hashicorp/consul
[NET-6650] Bump go version to 1.20.12 (#19840)
parent
d3e658b0e7
commit
053367a3b2
@ -0,0 +1,7 @@
|
||||
```release-note:security
|
||||
Upgrade to use Go 1.20.12. This resolves CVEs
|
||||
[CVE-2023-45283](https://nvd.nist.gov/vuln/detail/CVE-2023-45283): (`path/filepath`) recognize \??\ as a Root Local Device path prefix (Windows)
|
||||
[CVE-2023-45284](https://nvd.nist.gov/vuln/detail/CVE-2023-45285): recognize device names with trailing spaces and superscripts (Windows)
|
||||
[CVE-2023-39326](https://nvd.nist.gov/vuln/detail/CVE-2023-39326): (`net/http`) limit chunked data overhead
|
||||
[CVE-2023-45285](https://nvd.nist.gov/vuln/detail/CVE-2023-45285): (`cmd/go`) go get may unexpectedly fallback to insecure git
|
||||
```
|
@ -1,7 +1,7 @@
|
||||
# Copyright (c) HashiCorp, Inc.
|
||||
# SPDX-License-Identifier: BUSL-1.1
|
||||
|
||||
ARG GOLANG_VERSION=1.20.10
|
||||
ARG GOLANG_VERSION=1.20.12
|
||||
FROM golang:${GOLANG_VERSION}
|
||||
|
||||
WORKDIR /consul
|
||||
|
Loading…
Reference in new issue