Skip to content

Commit

Permalink
remove deprecated-unit-tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lucix-aws committed Sep 22, 2023
1 parent 2be48c6 commit 545fb2c
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,3 @@ jobs:

- name: Test
run: go test -v ./...

deprecated-unit-tests:
needs: unit-tests
name: Deprecated Go version SDK Unit Tests
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go-version: [1.15, 1.16, 1.17, 1.18]
steps:
- uses: actions/checkout@v2

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

- name: Test
run: go test -v ./...

0 comments on commit 545fb2c

Please sign in to comment.