Skip to content

Commit e715925

Browse files
authored
Merge pull request cli#31 from github/stop-vendor
Stop requiring vendored dependencies in CI
2 parents 0732234 + 6d8af20 commit e715925

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
run: go mod verify
2121

2222
- name: Build
23-
env:
24-
GOFLAGS: -mod=vendor
2523
run: |
2624
go test ./...
2725
go build -v .

0 commit comments

Comments
 (0)