ci/cd
Some checks failed
Build and Deploy Golang Service / Build Golang Service (push) Failing after 30s

This commit is contained in:
范俊成 2023-09-21 17:46:36 +08:00
parent 1712850056
commit c3c052f326

View File

@ -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的版本