reload console certs upon SIGHUP (#1268)

This commit is contained in:
Harshavardhana
2021-11-30 11:00:46 -08:00
committed by GitHub
parent c529a6d127
commit eefc6a7894
15 changed files with 138 additions and 17 deletions

View File

@@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
go-version: [1.16.x, 1.17.x]
go-version: [1.17.x]
steps:
- name: Set up Go ${{ matrix.go-version }} on ${{ matrix.os }}