Skip to content

Commit 6b03ab4

Browse files
committed
update Go Version for CI
1 parent 507fca2 commit 6b03ab4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/cicd.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
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
@@ -24,7 +24,7 @@ jobs:
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: |-
@@ -41,7 +41,7 @@ jobs:
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"

v2/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3"
22
services:
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

0 commit comments

Comments
 (0)