Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Update go:wheezy to go:debian (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
codrienne authored and Philmod committed Apr 9, 2018
1 parent 3366494 commit 7d485e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbuild_tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# binaries and copy them to GCS.
steps:
# Run unit tests in all subdirectories (except those excluded by the grep).
- name: 'gcr.io/cloud-builders/go:wheezy'
- name: 'gcr.io/cloud-builders/go:debian'
entrypoint: 'bash'
args:
- '-c'
Expand All @@ -13,7 +13,7 @@ steps:
args: ['sed', '-i', 's/HEAD/$TAG_NAME/g', 'version.go']
# Create binaries for each pair of OS/Arch.
# Create an archive with the latest binaries; that enables a single download url.
- name: 'gcr.io/cloud-builders/go:wheezy'
- name: 'gcr.io/cloud-builders/go:debian'
entrypoint: 'bash'
args:
- '-c'
Expand Down

0 comments on commit 7d485e8

Please sign in to comment.