Skip to content

Commit

Permalink
CI: don't test against Go 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
glebarez committed Jan 28, 2023
1 parent b8c64c3 commit 214ca8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test:
strategy:
matrix:
go: ['1.16','1.17','1.18', '1.19']
go: ['1.17','1.18', '1.19']
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}

Expand Down

0 comments on commit 214ca8e

Please sign in to comment.