Skip to content

Commit 1f897e6

Browse files
author
Evan Phoenix
authored
Merge pull request #91 from gliptak/patch-1
Add Go 1.16 to GHA build
2 parents a0601e6 + ecc002d commit 1f897e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
test:
77
strategy:
88
matrix:
9-
go-version: [1.13.x, 1.14.x, 1.15.x]
9+
go-version: [1.14.x, 1.15.x, 1.16.x]
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Install Go

0 commit comments

Comments
 (0)