Skip to content

Commit

Permalink
Update go version to 1.16 in cloudbuild config (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrzhao authored Jul 19, 2022
1 parent 5cbcae4 commit be2104e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@

steps:
- id: test
name: golang:1.13
name: golang:1.16
entrypoint: make
args: ['test']

- id: build
name: golang:1.13
name: golang:1.16
entrypoint: make
args: ['build']
waitFor: ['test']

- id: compress
name: golang:1.13
name: golang:1.16
entrypoint: make
args: ['compress']
waitFor: ['build']
Expand Down

0 comments on commit be2104e

Please sign in to comment.