We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93bad7c commit c1efc95Copy full SHA for c1efc95
Jenkinsfile
@@ -44,7 +44,7 @@ void preBuildCheck() {
44
sh '''
45
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /space/go/bin v1.50.0
46
wget https://github.com/gotestyourself/gotestsum/releases/download/v1.12.0/gotestsum_1.12.0_linux_amd64.tar.gz -O gotestsum.tar.gz
47
- tar -xf gotestsum.tar.gz -C /space/go/bin/ gotestsum
+ tar -xf gotestsum.tar.gz -C /space/go/bin/gotestsum
48
'''
49
}
50
0 commit comments