diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7d2bff8a..933ee9d1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,21 +22,6 @@ jobs: - name: Test run: go test -v -race ./... - test-old: - name: Test with 1.15 - runs-on: ubuntu-latest - steps: - - name: Check out repo - uses: actions/checkout@v3 - - - name: Set up Go 1.15 - uses: actions/setup-go@v3 - with: - go-version: 1.15 - - - name: Test - run: go test -v -race ./... - lint: name: Lint runs-on: ubuntu-latest