Skip to content

Commit

Permalink
build: Test against Go 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
dajohi authored and jrick committed Feb 18, 2021
1 parent 4f03be1 commit 7c6928f
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 @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [1.14, 1.15]
go: [1.15, 1.16]
steps:
- name: Set up Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit 7c6928f

Please sign in to comment.