Commit 6b03ab4 1 parent 507fca2 commit 6b03ab4 Copy full SHA for 6b03ab4
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
strategy :
15
15
matrix :
16
16
go_version :
17
- - ~1.16
18
- - ~1.18
17
+ - ~1.22
18
+ - ~1.24
19
19
defaults :
20
20
run :
21
21
working-directory : v2
24
24
services :
25
25
# 本当はservicesで動かしたいけどオプションを指定して実行ができないっぽいので諦めるしかない…
26
26
# 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
28
28
# ports:
29
29
# - "8081:8081"
30
30
# options: |-
41
41
ports :
42
42
- " 11211:11211"
43
43
env :
44
- GCLOUD_VERSION : " 392 .0.0"
44
+ GCLOUD_VERSION : " 510 .0.0"
45
45
GO111MODULE : " on"
46
46
DATASTORE_EMULATOR_HOST : " localhost:8081"
47
47
DATASTORE_PROJECT_ID : " unittest"
@@ -111,7 +111,7 @@ jobs:
111
111
ports :
112
112
- " 11211:11211"
113
113
env :
114
- GCLOUD_VERSION : " 392 .0.0"
114
+ GCLOUD_VERSION : " 510 .0.0"
115
115
GO111MODULE : " on"
116
116
DATASTORE_EMULATOR_HOST : " localhost:8081"
117
117
DATASTORE_PROJECT_ID : " unittest"
Original file line number Diff line number Diff line change 1
1
version : " 3"
2
2
services :
3
3
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
5
5
ports :
6
6
- " 8081:8081"
7
7
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