Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 581 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 581 Bytes

go-dep-cli-docker

Go dependency management tool cli docker images

About this project

In my work, I want to build the application develop by go programming language via Google Cloud Build but cannot install project dependency with "dep".

Available Go version tags

  • 1.11-apline3.7
  • 1.11-apline3.8
  • 1.11-apline3.9
  • 1.11-stretch
  • 1.12-apline3.9
  • 1.12-stretch

Example cloudbuild.yaml file

steps:
- name: 'divergentthinking/go-dep-cli-docker:$GO_VERSION_TAG'
  args: ['ensure']