删除gitea cicd
This commit is contained in:
parent
c3c052f326
commit
23fe294706
|
@ -1,22 +0,0 @@
|
||||||
name: Build and Deploy Golang Service
|
|
||||||
|
|
||||||
on: [push]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
name: Build Golang Service
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Set up Go
|
|
||||||
uses: actions/setup-go@v4
|
|
||||||
with:
|
|
||||||
go-version: 2.10 # 可以根据您的项目要求更改Go的版本
|
|
||||||
|
|
||||||
- name: Build
|
|
||||||
run: |
|
|
||||||
go mod download
|
|
||||||
go build -o dev-go-admin .
|
|
Loading…
Reference in New Issue
Block a user