Skip to content

Commit

Permalink
Merge pull request #908 from innodreamer/master
Browse files Browse the repository at this point in the history
Update NCP GoSDK version in NCP Classic and NCP VPC driver build script
  • Loading branch information
powerkimhub authored Sep 7, 2023
2 parents 2b938cc + 95cade9 commit f728aeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions utils/driver-build-docker/2.build/ncp-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ echo "\$CBSPIDER_ROOT" path is $CBSPIDER_ROOT
echo "# cd" $CBSPIDER_ROOT
cd $CBSPIDER_ROOT

echo "# go get -v github.com/NaverCloudPlatform/[email protected].4"
go get -v github.com/NaverCloudPlatform/[email protected].4
echo "# go get -v github.com/NaverCloudPlatform/[email protected].6"
go get -v github.com/NaverCloudPlatform/[email protected].6

cd $HOME

Expand Down
4 changes: 2 additions & 2 deletions utils/driver-build-docker/2.build/ncpvpc-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ echo "\$CBSPIDER_ROOT" path is $CBSPIDER_ROOT
echo "# cd" $CBSPIDER_ROOT
cd $CBSPIDER_ROOT

echo "# go get -v github.com/NaverCloudPlatform/[email protected].4"
go get -v github.com/NaverCloudPlatform/[email protected].4
echo "# go get -v github.com/NaverCloudPlatform/[email protected].6"
go get -v github.com/NaverCloudPlatform/[email protected].6

cd $HOME

Expand Down

0 comments on commit f728aeb

Please sign in to comment.