coronafana/vendor/github.com/goccy/go-json/docker-compose.yml
Paul Lecuq a102b58576
All checks were successful
continuous-integration/drone/push Build is passing
updates on xorm branch
2021-10-17 13:35:17 +02:00

14 lines
260 B
YAML

version: '2'
services:
go-json:
image: golang:1.17
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"