Skip to content

Commit

Permalink
Add go 1.16.x to Github workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgriffiths committed Feb 22, 2021
1 parent e8b3e8d commit 05bcef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build-linux:
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:
Expand All @@ -31,7 +31,7 @@ jobs:
build-other:
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]
os: [macos-latest, windows-latest]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 05bcef7

Please sign in to comment.