mirror of
				https://github.com/cheat/cheat.git
				synced 2025-11-04 07:45:28 +01:00 
			
		
		
		
	chore(ci): use Go 1.18 in CI
Use Go 1.18 in the CI pipeline.
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -18,7 +18,7 @@ jobs:
 | 
			
		||||
    - name: Set up Go
 | 
			
		||||
      uses: actions/setup-go@v2
 | 
			
		||||
      with:
 | 
			
		||||
        go-version: 1.16
 | 
			
		||||
        go-version: 1.18
 | 
			
		||||
 | 
			
		||||
    - name: Set up Revive (linter)
 | 
			
		||||
      run: go get -u github.com/boyter/scc github.com/mgechev/revive
 | 
			
		||||
@@ -41,7 +41,7 @@ jobs:
 | 
			
		||||
    - name: Set up Go
 | 
			
		||||
      uses: actions/setup-go@v2
 | 
			
		||||
      with:
 | 
			
		||||
        go-version: 1.16
 | 
			
		||||
        go-version: 1.18
 | 
			
		||||
 | 
			
		||||
    - name: Set up Revive (linter)
 | 
			
		||||
      run: go get -u github.com/boyter/scc github.com/mgechev/revive
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user