mirror of
				https://github.com/esimov/caire.git
				synced 2025-10-31 20:02:32 +08:00 
			
		
		
		
	fix CI/CD pipeline
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -19,12 +19,12 @@ jobs: | |||||||
|       GO111MODULE: "on" |       GO111MODULE: "on" | ||||||
|     steps: |     steps: | ||||||
|       - name: Install Go |       - name: Install Go | ||||||
|         uses: actions/setup-go@v2 |         uses: actions/setup-go@v4 | ||||||
|         with: |         with: | ||||||
|           go-version: ${{ matrix.go-version }} |           go-version: ${{ matrix.go-version }} | ||||||
|  |  | ||||||
|       - name: Cache-Go |       - name: Cache-Go | ||||||
|         uses: actions/cache@v1 |         uses: actions/cache@v4 | ||||||
|         with: |         with: | ||||||
|           path: | |           path: | | ||||||
|             ~/go/pkg/mod              # Module download cache |             ~/go/pkg/mod              # Module download cache | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 esimov
					esimov