File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414 strategy :
1515 matrix :
1616 go_version :
17- - ~1.16
18- - ~1.18
17+ - ~1.22
18+ - ~1.24
1919 defaults :
2020 run :
2121 working-directory : v2
2424 services :
2525 # 本当はservicesで動かしたいけどオプションを指定して実行ができないっぽいので諦めるしかない…
2626 # datastore_emulator:
27- # image: gcr.io/google.com/cloudsdktool/cloud-sdk:392 .0.0
27+ # image: gcr.io/google.com/cloudsdktool/cloud-sdk:510 .0.0
2828 # ports:
2929 # - "8081:8081"
3030 # options: |-
4141 ports :
4242 - " 11211:11211"
4343 env :
44- GCLOUD_VERSION : " 392 .0.0"
44+ GCLOUD_VERSION : " 510 .0.0"
4545 GO111MODULE : " on"
4646 DATASTORE_EMULATOR_HOST : " localhost:8081"
4747 DATASTORE_PROJECT_ID : " unittest"
@@ -111,7 +111,7 @@ jobs:
111111 ports :
112112 - " 11211:11211"
113113 env :
114- GCLOUD_VERSION : " 392 .0.0"
114+ GCLOUD_VERSION : " 510 .0.0"
115115 GO111MODULE : " on"
116116 DATASTORE_EMULATOR_HOST : " localhost:8081"
117117 DATASTORE_PROJECT_ID : " unittest"
Original file line number Diff line number Diff line change 11version : " 3"
22services :
33 dsemu :
4- image : gcr.io/google.com/cloudsdktool/cloud-sdk:392 .0.0
4+ image : gcr.io/google.com/cloudsdktool/cloud-sdk:510 .0.0-slim
55 ports :
66 - " 8081:8081"
77 command : gcloud --project=datastore-wrapper beta emulators datastore start --host-port=0.0.0.0:8081 --no-store-on-disk --use-firestore-in-datastore-mode
You can’t perform that action at this time.
0 commit comments