diff options
| author | Taras Madan <tarasmadan@google.com> | 2024-06-24 14:30:25 +0200 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2024-07-05 07:51:41 +0000 |
| commit | 5145b76b8a41b71a7b3c06373959c12f3a22014b (patch) | |
| tree | d87c1ca1d0979767cc07ace6c0a616ec311a8fc6 /vendor/github.com/goccy/go-json/docker-compose.yml | |
| parent | 7d7fe8807550c6e02def380d335ae0230f1e495c (diff) | |
vendor: add bigquery client library
Diffstat (limited to 'vendor/github.com/goccy/go-json/docker-compose.yml')
| -rw-r--r-- | vendor/github.com/goccy/go-json/docker-compose.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/goccy/go-json/docker-compose.yml b/vendor/github.com/goccy/go-json/docker-compose.yml new file mode 100644 index 000000000..db40c79ad --- /dev/null +++ b/vendor/github.com/goccy/go-json/docker-compose.yml @@ -0,0 +1,13 @@ +version: '2' +services: + go-json: + image: golang:1.18 + volumes: + - '.:/go/src/go-json' + deploy: + resources: + limits: + memory: 620M + working_dir: /go/src/go-json + command: | + sh -c "go test -c . && ls go-json.test" |
