mirror of
				https://github.com/MetaCubeX/meta-rules-dat.git
				synced 2025-11-03 17:46:54 +08:00 
			
		
		
		
	Update go version to match semver
This commit is contained in:
		
				
					committed by
					
						
						loyalsoldier
					
				
			
			
				
	
			
			
			
						parent
						
							320f8849ff
						
					
				
				
					commit
					9bdbf8e49a
				
			
							
								
								
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -11,10 +11,10 @@ jobs:
 | 
				
			|||||||
    name: Build
 | 
					    name: Build
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Setup Go 1.14
 | 
					      - name: Setup Go 1.x
 | 
				
			||||||
        uses: actions/setup-go@v2
 | 
					        uses: actions/setup-go@v2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          go-version: 1.14
 | 
					          go-version: "^1.14"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Set $GOPATH and more variables
 | 
					      - name: Set $GOPATH and more variables
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user