ci: test on Golang 1.18 (#1635)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							37463cff2c
						
					
				
				
					commit
					65b1195d6e
				
			
							
								
								
									
										3
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							@ -36,6 +36,7 @@ jobs:
 | 
			
		||||
        - 15
 | 
			
		||||
        - 16
 | 
			
		||||
        - 17
 | 
			
		||||
        - 18
 | 
			
		||||
    name: '${{ matrix.platform }} | 1.${{ matrix.go }}.x'
 | 
			
		||||
    runs-on: ${{ matrix.platform }}-latest
 | 
			
		||||
    steps:
 | 
			
		||||
@ -55,7 +56,7 @@ jobs:
 | 
			
		||||
    - run: |
 | 
			
		||||
        export GOBIN=$HOME/go/bin
 | 
			
		||||
        case "${{ matrix.go }}" in
 | 
			
		||||
          16|17) _version='@latest';;
 | 
			
		||||
          16|17|18) _version='@latest';;
 | 
			
		||||
          *) _version='';;
 | 
			
		||||
        esac
 | 
			
		||||
        go install github.com/kyoh86/richgo"${_version}"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user