ci: use gitea actions instead of drone #40

Merged
张泊明518370910136 merged 40 commits from actions into master 2024-09-20 08:03:01 +08:00
Showing only changes of commit ac9d3f17ea - Show all commits

View File

@ -14,9 +14,10 @@ jobs:
- name: Check out repository code - name: Check out repository code
uses: https://gitea.com/BoYanZh/checkout@focs uses: https://gitea.com/BoYanZh/checkout@focs
- name: Setup Go 1.23.1 - name: Setup Go 1.23.1
uses: https://gitea.com/actions/setup-go@v3 run: |
with: wget https://studygolang.com/dl/golang/go1.23.1.linux-amd64.tar.gz
go-version: 1.23.1 rm -rf /usr/local/go && tar -C /usr/local -xzf go1.23.1.linux-amd64.tar.gz
rm -rf go1.23.1.linux-amd64.tar.gz
- name: Sanity Check - name: Sanity Check
run: | run: |
ls -lha ls -lha