From 176df272f5a8f0393c2eabc202e51a4491d13458 Mon Sep 17 00:00:00 2001 From: Shaunak Kashyap Date: Mon, 29 Apr 2024 15:04:22 -0700 Subject: [PATCH] Fix toolchain go version to match .go-version contents --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index fa2bfe82809..681e4175450 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/elastic/elastic-agent go 1.21.0 -toolchain go1.21.8 +toolchain go1.21.9 require ( github.com/Microsoft/go-winio v0.6.1