Skip to content

Commit

Permalink
Add integration test for go workspaces
Browse files Browse the repository at this point in the history
Signed-off-by: ejegrova <[email protected]>
  • Loading branch information
ejegrova authored and brunoapimentel committed Jun 10, 2024
1 parent 9f188b4 commit 5221b60
Show file tree
Hide file tree
Showing 4 changed files with 943 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/integration/test_data/gomod_workspaces/.build-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
environment_variables:
- name: GOCACHE
value: ${output_dir}/deps/gomod
- name: GOMODCACHE
value: ${output_dir}/deps/gomod/pkg/mod
- name: GOPATH
value: ${output_dir}/deps/gomod
- name: GOPROXY
value: file://${GOMODCACHE}/cache/download
project_files: []
Loading

0 comments on commit 5221b60

Please sign in to comment.