Skip to content

Commit

Permalink
Build builder and triage image with go1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
chaodaiG committed Apr 28, 2022
1 parent aef9f18 commit 641f230
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/builder/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ steps:
dir: images/builder
substitutions:
_GIT_TAG: '12345'
_GO_VERSION: 1.12.12
_GO_VERSION: '1.18'
images:
- 'gcr.io/$PROJECT_ID/image-builder:$_GIT_TAG'
- 'gcr.io/$PROJECT_ID/image-builder:latest'
2 changes: 1 addition & 1 deletion pkg/benchmarkjunit/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ steps:
- ./pkg/benchmarkjunit
substitutions:
_GIT_TAG: '12345'
_GO_VERSION: 1.13-alpine
_GO_VERSION: 1.18-alpine
images:
- 'gcr.io/$PROJECT_ID/benchmarkjunit:$_GIT_TAG'
- 'gcr.io/$PROJECT_ID/benchmarkjunit:latest'
2 changes: 1 addition & 1 deletion triage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Cloud SDK, and the resulting files are then used in the second stage.

# Stage 1
FROM golang:1.16 AS build
FROM golang:1.18 AS build

# Install the Google Cloud SDK
RUN curl -o installer https://sdk.cloud.google.com \
Expand Down

0 comments on commit 641f230

Please sign in to comment.