更新证书信息

This commit is contained in:
bjdgyc
2024-01-22 15:06:05 +08:00
parent 5731d9a01c
commit 31a1035267
5 changed files with 98 additions and 87 deletions

View File

@@ -15,9 +15,10 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: 1.20
id: go
with:
go-version: ^1.20
stable: true
- name: Check out code into the Go module directory
uses: actions/checkout@v4