Skip to content

Commit bbd66e8

Browse files
authored
Add Go 1.16 to tested Go versions (#255)
1 parent ab4e2d3 commit bbd66e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
go-version: [ '1.11.x', '1.12.x', '1.13.x', '1.14.x', '1.15.x']
15-
14+
go-version: [ '1.11.x', '1.12.x', '1.13.x', '1.14.x', '1.15.x', '1.16.x']
1615
steps:
1716
- name: Set up Go
1817
uses: actions/setup-go@v2

0 commit comments

Comments
 (0)