From 557483adf43a1a44ae45edfca7a47f5402c10743 Mon Sep 17 00:00:00 2001 From: "doc-check[bot]" Date: Wed, 10 Jun 2026 00:23:49 +0000 Subject: [PATCH] chore: update Go from 1.26.0 to 1.26.4 Bumps the Go version in go.mod to 1.26.4, which includes fixes for CVE-2026-42504 (quadratic complexity in mime WordDecoder.DecodeHeader), CVE-2026-42507 (net/textproto log injection), and CVE-2026-27145 (crypto/x509 VerifyHostname quadratic complexity). --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index dd987e40..fa56f678 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/coder/terraform-provider-coder/v2 -go 1.26.0 +go 1.26.4 require ( github.com/docker/docker v26.1.5+incompatible