Skip to content

Commit

Permalink
testing: upgrade appengine sdk to version 1.9.68 (grpc#2311)
Browse files Browse the repository at this point in the history
Make goapp use go version 1.9.
  • Loading branch information
lyuxuan authored Sep 18, 2018
1 parent bd04c06 commit be59908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_gae.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

TMP=$(mktemp -d /tmp/sdk.XXX) \
&& curl -o $TMP.zip "https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_amd64-1.9.64.zip" \
&& curl -o $TMP.zip "https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_amd64-1.9.68.zip" \
&& unzip -q $TMP.zip -d $TMP \
&& export PATH="$PATH:$TMP/go_appengine"

0 comments on commit be59908

Please sign in to comment.