Skip to content

Commit cf7d4cb

Browse files
authored
Merge pull request youyo#39 from transurban/feature/golang
Added Go capability
2 parents cb2f089 + 2ec02c9 commit cf7d4cb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ FROM alpine:3.13
33
RUN apk --update --no-cache add nodejs npm python3 py3-pip jq curl bash git docker && \
44
ln -sf /usr/bin/python3 /usr/bin/python
55

6+
COPY --from=golang:alpine /usr/local/go/ /usr/local/go/
7+
ENV PATH="/usr/local/go/bin:${PATH}"
8+
69
COPY entrypoint.sh /entrypoint.sh
710

811
ENTRYPOINT ["/entrypoint.sh"]

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ AWS-CDK GitHub Actions allow you to run `cdk deploy` and `cdk diff` and ... on y
77
- TypeScript
88
- JavaScript
99
- Python
10+
- Golang
1011

1112
## Example usage
1213

0 commit comments

Comments
 (0)