ci: use gitea actions instead of drone #40
|  | @ -14,9 +14,10 @@ jobs: | |||
|             - name: Check out repository code | ||||
|               uses: https://gitea.com/BoYanZh/checkout@focs | ||||
|             - name: Setup Go 1.23.1 | ||||
|               uses: https://gitea.com/actions/setup-go@v3 | ||||
|               with: | ||||
|                   go-version: 1.23.1 | ||||
|               run: | | ||||
|                   wget https://studygolang.com/dl/golang/go1.23.1.linux-amd64.tar.gz | ||||
|                   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 | ||||
|               run: | | ||||
|                   ls -lha | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user