Skip to content

Commit

Permalink
Remove mod=vendor from GOFLAGS in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
daved committed Mar 21, 2023
1 parent da19f70 commit 73a2e22
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
runs-on: ${{ matrix.platform }}
env:
ACTIVESTATE_CLI_DISABLE_RUNTIME: true
GOFLAGS: -mod=vendor
SHELL: bash
GITHUB_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
concurrency:
Expand Down Expand Up @@ -382,7 +381,6 @@ jobs:
runs-on: ubuntu-20.04
env:
ACTIVESTATE_CLI_DISABLE_RUNTIME: true
GOFLAGS: -mod=vendor
SHELL: bash
GITHUB_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
timeout-minutes: 10
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- 1.20.x
env:
ACTIVESTATE_CLI_DISABLE_RUNTIME: true
GOFLAGS: -mod=vendor
SHELL: bash
GITHUB_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 73a2e22

Please sign in to comment.