ipbl/vendor/github.com/goccy/go-json/docker-compose.yml
Paul Lecuq 3fd0689366
All checks were successful
continuous-integration/drone/push Build is passing
updated dependencies
2022-06-05 23:07:32 +02:00

14 lines
260 B
YAML

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"