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:
 | 
			
		||||
  GO_VERSION: 1.19
 | 
			
		||||
  GO_VERSION: 1.20
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  workflow_dispatch:
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/check.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/check.yml
									
									
									
									
										vendored
									
									
								
							@ -1,5 +1,5 @@
 | 
			
		||||
env:
 | 
			
		||||
  GO_VERSION: 1.19
 | 
			
		||||
  GO_VERSION: 1.20
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  workflow_dispatch:
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/gotip.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/gotip.yml
									
									
									
									
										vendored
									
									
								
							@ -15,7 +15,7 @@ jobs:
 | 
			
		||||
    - name: Install Go
 | 
			
		||||
      uses: actions/setup-go@v2
 | 
			
		||||
      with:
 | 
			
		||||
        go-version: 1.19.x
 | 
			
		||||
        go-version: 1.20.x
 | 
			
		||||
    - name: Install Go tip
 | 
			
		||||
      run: |
 | 
			
		||||
        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:
 | 
			
		||||
    strategy:
 | 
			
		||||
      matrix:
 | 
			
		||||
        go-version: [1.18.x, 1.19.x]
 | 
			
		||||
        go-version: [1.19.x, 1.20.x]
 | 
			
		||||
        os: [ "ubuntu", "windows", "macos" ]
 | 
			
		||||
    runs-on: ${{ matrix.os }}-latest
 | 
			
		||||
    steps:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user