Skip to content

Commit

Permalink
build: drop Go 1.14 and add 1.16rc1 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmatseykanets authored Feb 5, 2021
1 parent fc851af commit d213b71
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: "Build ${{ matrix.go }}"
strategy:
matrix:
go: ["1.14", "1.15"]
go: ["1.15", "1.16"]
runs-on: ubuntu-latest
env:
GO111MODULE: on
Expand Down
Loading

0 comments on commit d213b71

Please sign in to comment.