package
0.0.0-20250121155735-1bf46a1cc217
Repository: https://github.com/googlecloudplatform/cloud-builders-community.git
Documentation: pkg.go.dev

# README

go dep

The Dockerfile and scripts here help you use Google Cloud Builder to launch the go dep tool.

Building this builder

To build this builder, run the following command in this directory.

$ gcloud builds submit . --config=cloudbuild.yaml

Example

steps:
# Make sure all dependencies are in the desired state
- name: 'gcr.io/$PROJECT_ID/dep'
  args: ['ensure', '-v']
  env: ['PROJECT_ROOT=github.com/myorg/myproject']
  id: 'dep'