Skip to content

Commit

Permalink
Drop Go at 1.13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuoza committed Aug 24, 2020
1 parent 60b817b commit 04efd9e
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 @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [1.13, 1.14]
go: [1.14, 1.15]
name: Test with Go version ${{ matrix.go }}
steps:
- uses: actions/setup-go@v2.1.2
Expand Down

0 comments on commit 04efd9e

Please sign in to comment.