Skip to content

Commit

Permalink
Merge pull request #26 from mackerelio/go-1-16
Browse files Browse the repository at this point in the history
Add test with Go 1.16
  • Loading branch information
astj authored Feb 26, 2021
2 parents 36ed008 + 214d9a7 commit 1c0960e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-18.04', 'macos-10.15', 'windows-2019']
go: ['1.15.x', '1.14.x']
go: ['1.16.x', '1.15.x', '1.14.x']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1c0960e

Please sign in to comment.