Skip to content

Commit

Permalink
feat: drop support and testing for Go 1.14 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
enocom committed Feb 24, 2022
1 parent cc8a45f commit aceadcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.14, 1.15, 1.16, 1.17]
go-version: [1.15, 1.16, 1.17]
steps:
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v2
Expand Down

0 comments on commit aceadcc

Please sign in to comment.