1packages: 2 - name: app 3 type: go 4 srcs: 5 - go.mod 6 - go.sum 7 - "**/*.go" 8 - "testdata/**/*" 9 env: 10 - CGO_ENABLED=0 11 - GOOS=linux 12 config: 13 dontLint: true 14 dontTest: true 15 16