Skip to content

Commit c658bc2

Browse files
Added go module fetch
1 parent 9e9cd1f commit c658bc2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

entrypoint.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ function installTypescript(){
1414
npm install typescript
1515
}
1616

17+
function runGoModuleFetch() {
18+
go mod tidy
19+
}
20+
1721
function installAwsCdk(){
1822
echo "Install aws-cdk ${INPUT_CDK_VERSION}"
1923
if [ "${INPUT_CDK_VERSION}" == "latest" ]; then
@@ -99,6 +103,7 @@ function main(){
99103
cd ${GITHUB_WORKSPACE}/${INPUT_WORKING_DIR}
100104
ls ${GITHUB_WORKSPACE}
101105
#installTypescript
106+
runGoModuleFetch
102107
installAwsCdk
103108
#installPipRequirements
104109
runCdk ${INPUT_CDK_ARGS}

0 commit comments

Comments
 (0)