From a58708ec65dbbe9f306e9ddc4224ce0e7b503134 Mon Sep 17 00:00:00 2001 From: Juto Yu Date: Sat, 21 Aug 2021 22:43:16 +0800 Subject: [PATCH] Fix format --- tasks/go-test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasks/go-test.yml b/tasks/go-test.yml index a928e2c..b3daa66 100644 --- a/tasks/go-test.yml +++ b/tasks/go-test.yml @@ -2,7 +2,9 @@ platform: linux image_resource: type: registry-image - source: { repository: golang:((golang))} + source: + repository: golang + tag: ((golang)) inputs: - name: repo