Skip to content

Commit c00da40

Browse files
committed
Remove vendor
1 parent 88cd2a0 commit c00da40

File tree

2,382 files changed

+0
-683078
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,382 files changed

+0
-683078
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
- name: Set build variables
2020
run: |
2121
echo "MAKE_TARGET=testacc" >> $GITHUB_ENV
22-
echo "GO_FLAGS=-mod=vendor" >> $GITHUB_ENV
2322
echo "GO111MODULE=on" >> $GITHUB_ENV
2423
echo "GITLAB_TOKEN=20char-testing-token" >> $GITHUB_ENV
2524
echo "GITLAB_BASE_URL=http://127.0.0.1:8080/api/v4" >> $GITHUB_ENV
@@ -56,7 +55,6 @@ jobs:
5655
- name: Set build variables
5756
run: |
5857
echo "MAKE_TARGET=testacc" >> $GITHUB_ENV
59-
echo "GO_FLAGS=-mod=vendor" >> $GITHUB_ENV
6058
echo "GO111MODULE=on" >> $GITHUB_ENV
6159
echo "GITLAB_TOKEN=20char-testing-token" >> $GITHUB_ENV
6260
echo "GITLAB_BASE_URL=http://127.0.0.1:8080/api/v4" >> $GITHUB_ENV

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
- name: Set build variables
2626
run: |
2727
echo "MAKE_TARGET=${{ matrix.make_target }}" >> $GITHUB_ENV
28-
echo "GO_FLAGS=-mod=vendor" >> $GITHUB_ENV
2928
echo "GO111MODULE=on" >> $GITHUB_ENV
3029
3130
- name: Run ${{matrix.make_target}}

vendor/cloud.google.com/go/LICENSE

Lines changed: 0 additions & 202 deletions
This file was deleted.

0 commit comments

Comments
 (0)