We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5f908 commit 96874faCopy full SHA for 96874fa
components/gitpod-db/go/BUILD.yaml
@@ -0,0 +1,11 @@
1
+# Copyright (c) 2020 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
+
5
+packages:
6
+ - name: lib
7
+ type: go
8
+ srcs:
9
+ - "**"
10
+ config:
11
+ packaging: library
components/gitpod-db/go/go.mod
@@ -0,0 +1,3 @@
+module github.com/gitpod-io/gitpod/components/gitpod-db/go
+go 1.19
0 commit comments