Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Remove vendored dependencies #455

Merged
merged 2 commits into from
Oct 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
18 changes: 8 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,28 @@ name: Test

on: [push, pull_request]

env:
GO111MODULE: on

jobs:
test:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
go: ["1.17", "1.16"]
go: ["1.19", "1.18", "1.17", "1.16"]

runs-on: ${{ matrix.platform }}

steps:
- name: Check out code
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: "${{ matrix.go }}"

- name: Check out code into the Go module directory
uses: actions/checkout@v2
cache: true

- name: Add problem matcher
run: echo "::add-matcher::$PWD/.github/matchers.json"

- name: Run tests
run: go test -timeout 30s -v $(go list -v ./... | grep -vE '(tests|examples)$')
env:
GOFLAGS: "-mod=vendor"
10 changes: 0 additions & 10 deletions vendor/github.com/Netflix/go-expect/.travis.yml

This file was deleted.

202 changes: 0 additions & 202 deletions vendor/github.com/Netflix/go-expect/LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion vendor/github.com/Netflix/go-expect/OSSMETADATA

This file was deleted.

97 changes: 0 additions & 97 deletions vendor/github.com/Netflix/go-expect/README.md

This file was deleted.

Loading