Skip to content

Commit

Permalink
Add Go 1.16 to tested Go versions (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasberger committed Dec 29, 2021
1 parent ab4e2d3 commit bbd66e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Expand Up @@ -11,8 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.11.x', '1.12.x', '1.13.x', '1.14.x', '1.15.x']

go-version: [ '1.11.x', '1.12.x', '1.13.x', '1.14.x', '1.15.x', '1.16.x']
steps:
- name: Set up Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit bbd66e8

Please sign in to comment.