github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/travis/yaml/testdata/golang.json (about) 1 { 2 "language": "go", 3 "go": [ 4 "1.x" 5 ], 6 "before_install": [ 7 "go get ./...", 8 "go install ." 9 ], 10 "script": [ 11 "goveralls" 12 ] 13 }