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

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