Skip to content

Commit

Permalink
chore: drop go1.11&1.12 ci (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
easonlin404 authored May 24, 2020
1 parent e07798f commit 4508062
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
test:
strategy:
matrix:
go: [ '1.11.x', '1.12.x' ]
go: [ '1.13.x', '1.14.x' ]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -37,4 +37,4 @@ jobs:
working-directory: ./src/github.com/${{ github.repository }}
run: make test
env:
GOPATH: ${{ runner.workspace }}
GOPATH: ${{ runner.workspace }}
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: go

go:
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x

Expand Down

0 comments on commit 4508062

Please sign in to comment.