Skip to content

Commit

Permalink
ci: fix CI to use go1.16 (#128)
Browse files Browse the repository at this point in the history
Also drop support for go1.14.
  • Loading branch information
myitcv committed Feb 26, 2021
1 parent dc4b495 commit a32363a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.14.x, 1.15.x, 1.16.0-rc1]
go-version: [1.15.x, 1.16.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit a32363a

Please sign in to comment.