From d3b21ccafbf1a561a3c2594c112701a4640df9ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pereira?= Date: Tue, 26 Jul 2022 08:39:31 +0200 Subject: [PATCH] Change version number --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d833a2c..2745616 100644 --- a/action.yml +++ b/action.yml @@ -53,7 +53,7 @@ inputs: imageVersion: description: 'Version of the base image to be used.' required: true - default: 'v22.05.1' + default: 'v22.07' headerOnly: description: 'Whether Gobra should only verify files with the header "// +gobra".' required: false