fix: enable strict mode for CI

fixes: #15487

Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
Wei Fu
2023-03-18 11:24:04 +08:00
parent 284c312fd4
commit 3fc5fbeaa0
5 changed files with 41 additions and 23 deletions

View File

@@ -9,6 +9,8 @@ jobs:
with:
go-version: "1.19.7"
- run: |
set -euo pipefail
git config --global user.email "github-action@etcd.io"
git config --global user.name "Github Action"
gpg --batch --gen-key <<EOF