Skip to content

Commit 3abbd28

Browse files
ci: add Golang 1.17 to version matrix
1 parent c29e503 commit 3abbd28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-20.04
3434
strategy:
3535
matrix:
36-
go: [ '1.16', '1.15', '1.14' ]
36+
go: [ '1.17', '1.16', '1.15', '1.14' ]
3737
steps:
3838
- uses: actions/[email protected]
3939
- name: Setup go

0 commit comments

Comments
 (0)