ci: use gitea actions instead of drone #40
| 
						 | 
					@ -38,8 +38,8 @@ jobs:
 | 
				
			||||||
              run: echo ${{ steps.hash-go.outputs.hash }}
 | 
					              run: echo ${{ steps.hash-go.outputs.hash }}
 | 
				
			||||||
            - name: Cache go
 | 
					            - name: Cache go
 | 
				
			||||||
              id: cache-go
 | 
					              id: cache-go
 | 
				
			||||||
              uses: https://gitea.com/actions/cache@v3 # Action cache
 | 
					              uses: https://gitea.com/actions/cache@v3
 | 
				
			||||||
              with: # specify with your GOMODCACHE and GOCACHE
 | 
					              with:
 | 
				
			||||||
                  path: |-
 | 
					                  path: |-
 | 
				
			||||||
                      /root/go/pkg/mod
 | 
					                      /root/go/pkg/mod
 | 
				
			||||||
                      /root/.cache/go-build
 | 
					                      /root/.cache/go-build
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user