Skip to content

Commit

Permalink
Merge pull request #1204 from bgilbert/go
Browse files Browse the repository at this point in the history
workflows: test on Go 1.16
  • Loading branch information
bgilbert authored May 5, 2021
2 parents 63a6789 + a108792 commit 0cbe33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: test build
strategy:
matrix:
go-version: [1.13.x, 1.14.x, 1.15.x]
go-version: [1.13.x, 1.14.x, 1.15.x, 1.16.x]
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
Expand Down

0 comments on commit 0cbe33f

Please sign in to comment.