From 8f47f9be1db78a09c674dabcee01dc0e40583296 Mon Sep 17 00:00:00 2001 From: Laurent Senta Date: Mon, 22 Aug 2022 12:53:25 +0200 Subject: [PATCH] ping/_composition/go.toml: disable custom & master branches --- ping/_compositions/go.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ping/_compositions/go.toml b/ping/_compositions/go.toml index 7eebd8db7..3700625f4 100644 --- a/ping/_compositions/go.toml +++ b/ping/_compositions/go.toml @@ -1,12 +1,12 @@ -[master] -GoVersion = '1.18' -Modfile = "go.v0.21.mod" -Selector = 'v0.21' +# [master] +# GoVersion = '1.18' +# Modfile = "go.v0.21.mod" +# Selector = 'v0.21' -[custom] -GoVersion = '1.18' -Modfile = "go.v0.21.mod" -Selector = 'v0.21' +# [custom] +# GoVersion = '1.18' +# Modfile = "go.v0.21.mod" +# Selector = 'v0.21' [[groups]] Id = "v0.11"