Skip to content

Commit

Permalink
ci: remove go 1.13
Browse files Browse the repository at this point in the history
Signed-off-by: Zixuan Liu <nodeces@gmail.com>
  • Loading branch information
nodece committed Feb 28, 2021
1 parent e5ef7f8 commit 4be5b31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
go: [ 1.13, 1.14, 1.15, 1.16 ]
go: [ 1.14, 1.15, 1.16 ]
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 4be5b31

Please sign in to comment.