From 2e3c04814edea9b8748e793512cf25c81be1f31a Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Tue, 15 Apr 2025 10:43:03 +0100 Subject: [PATCH 1/2] chore: update to go 1.24.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 02ea713..646ee22 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/coder/terraform-provider-coder/v2 -go 1.22.9 +go 1.24.1 require ( github.com/docker/docker v26.1.5+incompatible From 2abbe5fd3ef3ce359128cbe5f405c8a1e731e591 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Tue, 15 Apr 2025 10:45:54 +0100 Subject: [PATCH 2/2] Update go.mod Co-authored-by: Danny Kopping --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 646ee22..993ba09 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/coder/terraform-provider-coder/v2 -go 1.24.1 +go 1.24.2 require ( github.com/docker/docker v26.1.5+incompatible