From 8f1102b547b1691daa9b0d60ad1df3915f0b3fcb Mon Sep 17 00:00:00 2001 From: Amir Alavi Date: Sat, 8 Jun 2024 17:38:50 -0400 Subject: [PATCH] bump go to 1.22.4 for CVE-2024-24790 and CVE-2024-24789 --- Dockerfile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 752930e68f..aadc2dac5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.22.3 +FROM golang:1.22.4 WORKDIR /go/src/sigs.k8s.io/descheduler COPY . . diff --git a/go.mod b/go.mod index 85099f265a..cfb08d6c3a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module sigs.k8s.io/descheduler -go 1.22.3 +go 1.22.4 require ( github.com/client9/misspell v0.3.4