ci(github): add golang 1.14 and macos

This commit is contained in:
Nightapes
2020-02-27 21:40:49 +01:00
parent 875dbdcfc4
commit a76aec25dd
3 changed files with 37 additions and 22 deletions

View File

@@ -2,8 +2,8 @@ FROM alpine:3.10.2
WORKDIR /code
COPY ./build/go-semantic-release .
COPY ./build/go-semantic-release.linux_x86_64 .
USER 1000
ENTRYPOINT [ "./go-semantic-release" ]
ENTRYPOINT [ "./go-semantic-release.linux_x86_64" ]