Skip to content

Commit

Permalink
ci: bump minimum go version to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
unbyte committed Jan 8, 2022
1 parent c877081 commit 2d20dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ '1.13', '1.14', '1.15', '1.16', '1.17' ]
go: [ '1.16', '1.17' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand Down

0 comments on commit 2d20dbb

Please sign in to comment.