From 447a06dc73d159e6e0b654ae56eb8d5e620e7ace Mon Sep 17 00:00:00 2001 From: Phil Hunt Date: Tue, 16 Jul 2024 15:52:54 -0700 Subject: [PATCH] Fix toolchain in gcp example Signed-off-by: Phil Hunt --- examples/platformApps/gcpHelloWorld/go.mod | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/platformApps/gcpHelloWorld/go.mod b/examples/platformApps/gcpHelloWorld/go.mod index fa79e9f..c49b38b 100644 --- a/examples/platformApps/gcpHelloWorld/go.mod +++ b/examples/platformApps/gcpHelloWorld/go.mod @@ -1,3 +1,7 @@ module github.com/hexa-org/policy-mapper/examples/platformApps/gcpHelloWorld -go 1.21 +go 1.22 + +toolchain go1.22.4 + +