mirror of
https://github.com/pierre-emmanuelJ/iptv-proxy.git
synced 2026-03-22 17:55:04 +01:00
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.7 to 1.9.0. - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](https://github.com/gin-gonic/gin/compare/v1.7.7...v1.9.0) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
14 lines
260 B
YAML
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"
|