``` version: '3' vars: GOSRC: main.go module1/module1.go module2/module2.go tasks: default: cmds: - go build sources: - "{{.GOSRC}}" generates: - MyApp ``` I'm quite sure I use and declare the variable GOSRC not the right way