1# Copyright (c) 2022 Gitpod GmbH. All rights reserved. 2# Licensed under the GNU Affero General Public License (AGPL). 3# See License.AGPL.txt in the project root for license information. 4 5packages: 6 - name: app 7 type: go 8 srcs: 9 - "main.go" 10 - "go.sum" 11 - "go.mod" 12 env: 13 - CGO_ENABLED=0 14 config: 15 packaging: app 16 17