Merge pull request #2499 from tuunit/release/v7.6.0
fix linter version for publish workflow
This commit is contained in:
		
						commit
						7af1e42788
					
				| 
						 | 
					@ -49,11 +49,11 @@ jobs:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Get dependencies
 | 
					    - name: Get dependencies
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.50.0
 | 
					        curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.2
 | 
				
			||||||
        curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
 | 
					        curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
 | 
				
			||||||
        chmod +x ./cc-test-reporter
 | 
					        chmod +x ./cc-test-reporter
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # Install go depedencies
 | 
					        # Install go dependencies
 | 
				
			||||||
        go mod download
 | 
					        go mod download
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Build Artifacts
 | 
					    - name: Build Artifacts
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue