ci/cd
Some checks failed
Build and Deploy Golang Service / Build Golang Service (push) Failing after 30s
Some checks failed
Build and Deploy Golang Service / Build Golang Service (push) Failing after 30s
This commit is contained in:
parent
1712850056
commit
c3c052f326
|
@ -9,10 +9,10 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: 2.10 # 可以根据您的项目要求更改Go的版本
|
go-version: 2.10 # 可以根据您的项目要求更改Go的版本
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user