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