删除gitea cicd

This commit is contained in:
范俊成 2023-09-21 17:51:14 +08:00
parent c3c052f326
commit 23fe294706

View File

@ -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 .