Merge pull request #31 from github/stop-vendor
Stop requiring vendored dependencies in CI
This commit is contained in:
commit
e7159254b4
1 changed files with 0 additions and 2 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
|
@ -20,8 +20,6 @@ jobs:
|
|||
run: go mod verify
|
||||
|
||||
- name: Build
|
||||
env:
|
||||
GOFLAGS: -mod=vendor
|
||||
run: |
|
||||
go test ./...
|
||||
go build -v .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue