Skip to content

Commit

Permalink
ci: remove Go 1.14
Browse files Browse the repository at this point in the history
Signed-off-by: Pires <pjpires@gmail.com>
  • Loading branch information
pires committed Sep 8, 2021
1 parent a4e6227 commit 094c0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.15', '1.14' ]
go: [ '1.15' ]
steps:
- uses: actions/checkout@v2
- name: Set up Go
Expand Down

0 comments on commit 094c0b6

Please sign in to comment.