ci: drop unnecessary go get command

Not sure why that was added at some point, but it doesn't seem
necessary, and even if it was `go install` should be used.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-10-24 11:25:26 +02:00
parent d7e79dba80
commit 5b941cab0c
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ pipeline {
stage('Compile') { steps { dir(env.REPO) {
sh 'make statusgo-ios'
sh 'go get golang.org/x/tools/go/packages'
dir('build/bin') {
sh 'zip -r status-go-ios.zip Statusgo.framework'
sh "cp status-go-ios.zip ${env.ARTIFACT}"