mirror of https://github.com/bjdgyc/anylink.git
更新证书信息
This commit is contained in:
parent
31a1035267
commit
9ed8b1a9f1
|
@ -10,7 +10,7 @@ jobs:
|
|||
- name: Setup Go 1.x.y
|
||||
uses: actions/setup-go@main
|
||||
with:
|
||||
go-version: ^1.20
|
||||
go-version: '1.20'
|
||||
stable: true
|
||||
|
||||
- name: Checkout codebase
|
||||
|
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
uses: actions/setup-go@v4
|
||||
id: go
|
||||
with:
|
||||
go-version: ^1.20
|
||||
go-version: '1.20'
|
||||
stable: true
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
|
|
Loading…
Reference in New Issue