Skip to content

Commit

Permalink
tests: integration: Add e2e test for Go 1.22 workspace vendoring
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Skultety <[email protected]>
  • Loading branch information
eskultety committed Dec 8, 2024
1 parent d4916ab commit c8d1274
Show file tree
Hide file tree
Showing 6 changed files with 2,855 additions and 0 deletions.
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 c8d1274

Please sign in to comment.