Browse Source

Fix format

pull/5/head
Juto Yu 4 years ago
parent
commit
a58708ec65
  1. 4
      tasks/go-test.yml

4
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

Loading…
Cancel
Save