Skip to content

Commit

Permalink
Update cloudbuild go version
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinaleonr committed Dec 4, 2023
1 parent 283538f commit 915231d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cloudbuild/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ options:

steps:
# Run unit tests for environment.
- name: gcr.io/$PROJECT_ID/golang-cbif:1.18
- name: gcr.io/$PROJECT_ID/golang-cbif:1.20
env:
- GONOPROXY=github.com/m-lab/go/*
args:
Expand All @@ -18,7 +18,7 @@ steps:
- go test -v ./...

# Deployment of APIs in sandbox & staging.
- name: gcr.io/$PROJECT_ID/gcloud-jsonnet-cbif:1.18
- name: gcr.io/$PROJECT_ID/gcloud-jsonnet-cbif:1.20
env:
# Use cbif condition: only run these steps in one of these projects.
- PROJECT_IN=mlab-sandbox,mlab-staging
Expand All @@ -36,7 +36,7 @@ steps:
- gcloud endpoints services deploy openapi.yaml

# Deployment of APIs in mlab-ns.
- name: gcr.io/$PROJECT_ID/gcloud-jsonnet-cbif:1.18
- name: gcr.io/$PROJECT_ID/gcloud-jsonnet-cbif:1.20
env:
# Use cbif condition: only run these steps in this project.
- PROJECT_IN=mlab-ns
Expand Down

0 comments on commit 915231d

Please sign in to comment.