forked from ukamnya/microdata_mirror
		
	Updated github workflows
This commit is contained in:
		
							parent
							
								
									99ed0dc05e
								
							
						
					
					
						commit
						a9974e706d
					
				
							
								
								
									
										2
									
								
								.github/workflows/autodep.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/autodep.yml
									
									
									
									
										vendored
									
									
								
							@ -1,5 +1,5 @@
 | 
				
			|||||||
env:
 | 
					env:
 | 
				
			||||||
  GO_VERSION: 1.19
 | 
					  GO_VERSION: 1.20
 | 
				
			||||||
 | 
					
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
  workflow_dispatch:
 | 
					  workflow_dispatch:
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/check.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/check.yml
									
									
									
									
										vendored
									
									
								
							@ -1,5 +1,5 @@
 | 
				
			|||||||
env:
 | 
					env:
 | 
				
			||||||
  GO_VERSION: 1.19
 | 
					  GO_VERSION: 1.20
 | 
				
			||||||
 | 
					
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
  workflow_dispatch:
 | 
					  workflow_dispatch:
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/gotip.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/gotip.yml
									
									
									
									
										vendored
									
									
								
							@ -15,7 +15,7 @@ jobs:
 | 
				
			|||||||
    - name: Install Go
 | 
					    - name: Install Go
 | 
				
			||||||
      uses: actions/setup-go@v2
 | 
					      uses: actions/setup-go@v2
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        go-version: 1.19.x
 | 
					        go-version: 1.20.x
 | 
				
			||||||
    - name: Install Go tip
 | 
					    - name: Install Go tip
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        go install golang.org/dl/gotip@latest
 | 
					        go install golang.org/dl/gotip@latest
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							@ -12,7 +12,7 @@ jobs:
 | 
				
			|||||||
  test:
 | 
					  test:
 | 
				
			||||||
    strategy:
 | 
					    strategy:
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
        go-version: [1.18.x, 1.19.x]
 | 
					        go-version: [1.19.x, 1.20.x]
 | 
				
			||||||
        os: [ "ubuntu", "windows", "macos" ]
 | 
					        os: [ "ubuntu", "windows", "macos" ]
 | 
				
			||||||
    runs-on: ${{ matrix.os }}-latest
 | 
					    runs-on: ${{ matrix.os }}-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user