Added basic script to build in Docker to use newer version
This commit is contained in:
parent
172db15454
commit
6a18376f2e
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
docker run -it --rm -v $(pwd):/code golang:alpine /bin/ash -c 'apk update && apk add bash && cd /code && ./build.sh'
|
Loading…
Reference in New Issue