Skip to content

Commit

Permalink
support go 1.13+ only
Browse files Browse the repository at this point in the history
  • Loading branch information
blockloop committed Nov 3, 2020
1 parent f465009 commit a0431d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ['1.11', '1.12', '1.13', '1.14', '1.15']
go: ['1.13', '1.14', '1.15']

steps:
- name: Set up Go 1.x
Expand Down

0 comments on commit a0431d6

Please sign in to comment.