ci: use gitea actions instead of drone #40
|  | @ -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 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user