Skip to content

Replace go get with go install.

Joseph Burnett requested to merge josephburnett79/gitlab-runner:go-install into main

What does this MR do?

Replace Makefile usage of go get with go install.

Why was this MR needed?

go get is deprecated in 1.17 and will stop working in 1.18. See https://go.dev/doc/go-get-install-deprecation

What's the best way to test this MR?

make runner-bin-host

What are the relevant issue numbers?

#28776 (closed)

Merge request reports