mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-08 18:52:52 +08:00
更新证书信息
This commit is contained in:
2
.github/workflows/go-update.yml
vendored
2
.github/workflows/go-update.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
|||||||
- name: Setup Go 1.x.y
|
- name: Setup Go 1.x.y
|
||||||
uses: actions/setup-go@main
|
uses: actions/setup-go@main
|
||||||
with:
|
with:
|
||||||
go-version: ^1.20
|
go-version: '1.20'
|
||||||
stable: true
|
stable: true
|
||||||
|
|
||||||
- name: Checkout codebase
|
- name: Checkout codebase
|
||||||
|
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
id: go
|
id: go
|
||||||
with:
|
with:
|
||||||
go-version: ^1.20
|
go-version: '1.20'
|
||||||
stable: true
|
stable: true
|
||||||
|
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
|
Reference in New Issue
Block a user