Questions tagged [goproxy]

17 questions
0
votes
1 answer

Retract Go functionality - retract older package versions as insecure, incompatible, or broken

I have a problem with one of my project release, where we did a release 1.0, but it was a mistake that we later analysed and our actual stable release is 0.7 and in future also we will be doing minor changes, so we want to refrain our user to use…
s_k_t
  • 689
  • 1
  • 15
  • 36
0
votes
0 answers

Jenkins fails to download dependencies from github

I am trying to download dependencies for go in the Jenkins pipeline as follows stages { stage('terraform build') { steps { …
user_mda
  • 18,148
  • 27
  • 82
  • 145
1
2