Skip to content

Commit

Permalink
feat(golang): add support for Go 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
aerialls committed Feb 24, 2021
1 parent 307777d commit 40cd22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Test
strategy:
matrix:
go-version: [1.14, 1.15]
go-version: [1.15, 1.16]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 40cd22b

Please sign in to comment.